From 69aa3b5caf7784ef0a05b2a6e00bfd8a3a53a74c Mon Sep 17 00:00:00 2001 From: Hamid Ahmadi <164649651+idkvarghasbeenbanned@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:29:18 +0330 Subject: [PATCH] Update default.css --- assets/css/default.css | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 70915a21..b12d13eb 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -563,19 +563,7 @@ 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 { - background: #232323; - color: white; -} + @media (prefers-color-scheme: light) { .no-theme a:hover, @@ -662,10 +650,6 @@ body.dark-theme { color: #f0f0f0; } -.dark-theme .pure-menu-heading { - background: white; - color: #232323; -} .dark-theme input, .dark-theme select,