From edf949f7efb19be499ff0bd9c1ad777550da097f Mon Sep 17 00:00:00 2001 From: Hamid Ahmadi <164649651+idkvarghasbeenbanned@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:27:04 +0330 Subject: [PATCH] Update default.css --- assets/css/default.css | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index a0aeff99..70915a21 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -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 {