From 2b813df2e7f8680fe3dc8b168de23cab9295f7d4 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Thu, 22 Apr 2021 10:08:26 +0800 Subject: [PATCH] fix sidebar background color --- chrome/global/variables.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/global/variables.css b/chrome/global/variables.css index 2be482a..00fe9f9 100644 --- a/chrome/global/variables.css +++ b/chrome/global/variables.css @@ -145,13 +145,16 @@ :-moz-any(#sidebar-box, #sidebar), :-moz-any(.sidebar-panel, body) { /* sidebar */ - --sidebar-background-color: #f5f5f5 !important; + --sidebar-background-color: #f7f7f7 !important; --lwt-sidebar-background-color: var(--sidebar-background-color) !important; /* sidebar_text */ --sidebar-text-color: #000 !important; --lwt-sidebar-text-color: var(--sidebar-text-color) !important; } +#browser { + --sidebar-border-color: var(--chrome-content-separator-color) !important; +} /* Sidebar Dark Mode */ :-moz-any(#sidebar-box, #sidebar)[style*="--sidebar-background-color:rgb(56, 56, 61);"],