Update default.css

This commit is contained in:
Hamid Ahmadi 2024-07-30 14:27:04 +03:30 committed by GitHub
parent 52ce336e28
commit edf949f7ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,9 @@ body {
font-weight: 500; font-weight: 500;
margin-left: 7.3px; margin-left: 7.3px;
margin-top: 5px; margin-top: 5px;
color: #545454; opacity: .6;
text-transform: uppercase;
letter-spacing: 1px;
} }
#contents { #contents {
display: flex; display: flex;
@ -561,9 +563,18 @@ span > select {
.light-theme .playlist-restricted > ol > li > a { .light-theme .playlist-restricted > ol > li > a {
color: #303030; 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 { .light-theme .pure-menu-heading {
color: #565d64; background: #232323;
color: white;
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
@ -608,10 +619,6 @@ span > select {
.no-theme footer a { .no-theme footer a {
color: #7c7c7c !important; color: #7c7c7c !important;
} }
.light-theme .pure-menu-heading {
color: #565d64;
}
} }
@ -656,7 +663,8 @@ body.dark-theme {
} }
.dark-theme .pure-menu-heading { .dark-theme .pure-menu-heading {
color: #f0f0f0; background: white;
color: #232323;
} }
.dark-theme input, .dark-theme input,
@ -709,10 +717,6 @@ body.dark-theme {
color: #f0f0f0; color: #f0f0f0;
} }
.no-theme .pure-menu-heading {
color: #f0f0f0;
}
.no-theme input, .no-theme input,
.no-theme select, .no-theme select,
.no-theme textarea { .no-theme textarea {