Adjust light theme
This commit is contained in:
parent
90b503906f
commit
44cd1b33bf
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ body[data-theme='defaultLight'] {
|
||||||
--sidebar-bg: rgb(240, 241, 242);
|
--sidebar-bg: rgb(240, 241, 242);
|
||||||
--sidebar-fg: rgb(0, 0, 0);
|
--sidebar-fg: rgb(0, 0, 0);
|
||||||
--sidebar-fg-hover: rgb(85, 85, 85);
|
--sidebar-fg-hover: rgb(85, 85, 85);
|
||||||
--sidebar-handle-bg: #4d4d4d;
|
--sidebar-handle-bg: rgb(220, 220, 220);
|
||||||
|
--sidebar-border: 1px rgba(220, 220, 220, 0.7) solid;
|
||||||
|
|
||||||
--playerbar-bg: linear-gradient(
|
--playerbar-bg: linear-gradient(
|
||||||
rgb(220, 220, 220) 0%,
|
rgb(220, 220, 220) 0%,
|
||||||
|
|
Reference in a new issue