fix sidebar background color
This commit is contained in:
parent
58b5c45c6b
commit
2b813df2e7
1 changed files with 4 additions and 1 deletions
|
@ -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);"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue