mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 15:15:58 -04:00
Update default.css
This commit is contained in:
parent
52ce336e28
commit
edf949f7ef
@ -13,7 +13,9 @@ body {
|
||||
font-weight: 500;
|
||||
margin-left: 7.3px;
|
||||
margin-top: 5px;
|
||||
color: #545454;
|
||||
opacity: .6;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
#contents {
|
||||
display: flex;
|
||||
@ -561,9 +563,18 @@ span > select {
|
||||
.light-theme .playlist-restricted > ol > li > a {
|
||||
color: #303030;
|
||||
}
|
||||
|
||||
.navbar .pure-menu-heading{
|
||||
background: #232323;
|
||||
color: white;
|
||||
font-size: .85rem;
|
||||
font-weight: 400;
|
||||
padding: 7px 9px 5.5px;
|
||||
margin-top: -2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.light-theme .pure-menu-heading {
|
||||
color: #565d64;
|
||||
background: #232323;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
@ -608,10 +619,6 @@ span > select {
|
||||
.no-theme footer a {
|
||||
color: #7c7c7c !important;
|
||||
}
|
||||
|
||||
.light-theme .pure-menu-heading {
|
||||
color: #565d64;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -656,7 +663,8 @@ body.dark-theme {
|
||||
}
|
||||
|
||||
.dark-theme .pure-menu-heading {
|
||||
color: #f0f0f0;
|
||||
background: white;
|
||||
color: #232323;
|
||||
}
|
||||
|
||||
.dark-theme input,
|
||||
@ -709,10 +717,6 @@ body.dark-theme {
|
||||
color: #f0f0f0;
|
||||
}
|
||||
|
||||
.no-theme .pure-menu-heading {
|
||||
color: #f0f0f0;
|
||||
}
|
||||
|
||||
.no-theme input,
|
||||
.no-theme select,
|
||||
.no-theme textarea {
|
||||
|
Loading…
x
Reference in New Issue
Block a user