fix sidebar background color

This commit is contained in:
bmFtZQ 2021-04-22 10:08:26 +08:00 committed by GitHub
parent 58b5c45c6b
commit 2b813df2e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,13 +145,16 @@
:-moz-any(#sidebar-box, #sidebar), :-moz-any(#sidebar-box, #sidebar),
:-moz-any(.sidebar-panel, body) { :-moz-any(.sidebar-panel, body) {
/* sidebar */ /* sidebar */
--sidebar-background-color: #f5f5f5 !important; --sidebar-background-color: #f7f7f7 !important;
--lwt-sidebar-background-color: var(--sidebar-background-color) !important; --lwt-sidebar-background-color: var(--sidebar-background-color) !important;
/* sidebar_text */ /* sidebar_text */
--sidebar-text-color: #000 !important; --sidebar-text-color: #000 !important;
--lwt-sidebar-text-color: var(--sidebar-text-color) !important; --lwt-sidebar-text-color: var(--sidebar-text-color) !important;
} }
#browser {
--sidebar-border-color: var(--chrome-content-separator-color) !important;
}
/* Sidebar Dark Mode */ /* Sidebar Dark Mode */
:-moz-any(#sidebar-box, #sidebar)[style*="--sidebar-background-color:rgb(56, 56, 61);"], :-moz-any(#sidebar-box, #sidebar)[style*="--sidebar-background-color:rgb(56, 56, 61);"],