mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Add switch colors
This commit is contained in:
parent
b464511522
commit
8009345115
@ -19,6 +19,8 @@ html {
|
|||||||
--menuactive: #ebebeb;
|
--menuactive: #ebebeb;
|
||||||
--mainmenutext:#080808;
|
--mainmenutext:#080808;
|
||||||
--mainmenutexthover:#080808;
|
--mainmenutexthover:#080808;
|
||||||
|
--switchbackground: #cccccc;
|
||||||
|
--switchborder: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
html[theme="dark"] {
|
html[theme="dark"] {
|
||||||
@ -42,4 +44,6 @@ html[theme="dark"] {
|
|||||||
--menuactive: #008fd5;
|
--menuactive: #008fd5;
|
||||||
--mainmenutext:#008fd5;
|
--mainmenutext:#008fd5;
|
||||||
--mainmenutexthover:#0f1a2e;
|
--mainmenutexthover:#0f1a2e;
|
||||||
|
--switchbackground: #eeeeee;
|
||||||
|
--switchborder: #03a9f4;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user