mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-23 11:27:52 +00:00
Sidebar color
This commit is contained in:
parent
96825f6b0d
commit
7defb92518
@ -19,8 +19,9 @@ html {
|
|||||||
--menuactive: #ebebeb;
|
--menuactive: #ebebeb;
|
||||||
--mainmenutext:#080808;
|
--mainmenutext:#080808;
|
||||||
--mainmenutexthover:#080808;
|
--mainmenutexthover:#080808;
|
||||||
--switchbackground: #cccccc;
|
--switchbackground: #666666;
|
||||||
--switchborder: #333333;
|
--switchborder: #333333;
|
||||||
|
--sidetopbar: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
html[theme="dark"] {
|
html[theme="dark"] {
|
||||||
@ -46,4 +47,5 @@ html[theme="dark"] {
|
|||||||
--mainmenutexthover:#0f1a2e;
|
--mainmenutexthover:#0f1a2e;
|
||||||
--switchbackground: #eeeeee;
|
--switchbackground: #eeeeee;
|
||||||
--switchborder: #03a9f4;
|
--switchborder: #03a9f4;
|
||||||
|
--sidetopbar: #070d19;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user