disable sidebar colouring with custom themes
This commit is contained in:
parent
2a311fd020
commit
351e1cd2dd
1 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* side bar theme */
|
/* side bar theme */
|
||||||
#sidebar-box {
|
#sidebar-box:not([lwt-sidebar]) {
|
||||||
--sidebar-background-color: #f7f7f7 !important;
|
--sidebar-background-color: #f7f7f7 !important;
|
||||||
--sidebar-text-color: #000 !important;
|
--sidebar-text-color: #000 !important;
|
||||||
appearance: none !important;
|
appearance: none !important;
|
||||||
|
@ -235,7 +235,7 @@
|
||||||
--sidebar-text-color: #fff !important;
|
--sidebar-text-color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#browser {
|
#browser:not([style*="--sidebar-border-color"]) {
|
||||||
--sidebar-border-color: #bfbfbf !important;
|
--sidebar-border-color: #bfbfbf !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue