From 351e1cd2ddc5a2cf65c9d96c1892f4fa95d4b5a6 Mon Sep 17 00:00:00 2001 From: bmFtZQ Date: Sat, 11 Jun 2022 16:41:17 +0800 Subject: [PATCH] disable sidebar colouring with custom themes --- chrome/global/colors.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/global/colors.css b/chrome/global/colors.css index 5cae952..250c5b7 100644 --- a/chrome/global/colors.css +++ b/chrome/global/colors.css @@ -224,7 +224,7 @@ } /* side bar theme */ -#sidebar-box { +#sidebar-box:not([lwt-sidebar]) { --sidebar-background-color: #f7f7f7 !important; --sidebar-text-color: #000 !important; appearance: none !important; @@ -235,7 +235,7 @@ --sidebar-text-color: #fff !important; } -#browser { +#browser:not([style*="--sidebar-border-color"]) { --sidebar-border-color: #bfbfbf !important; }