mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
color for menu
This commit is contained in:
parent
8f186ade70
commit
037ca2e45b
@ -22,6 +22,14 @@ html {
|
||||
--switchbackground: #666666;
|
||||
--switchborder: #333333;
|
||||
--sidetopbar: #ffffff;
|
||||
--nav-selected-color: #dddddd;
|
||||
--nav-selected-color-text: #333333;
|
||||
--nav-color-active: #d1d1d1;
|
||||
--nav-color-hover: #eeeeee;
|
||||
--nav-text-color: #080808;
|
||||
--nav-icon-color: #080808;
|
||||
--nav-border-color: #eeeeee;
|
||||
--nav-border-selected-color: #03a9f4;
|
||||
}
|
||||
|
||||
html[theme="dark"] {
|
||||
@ -48,4 +56,12 @@ html[theme="dark"] {
|
||||
--switchbackground: #eeeeee;
|
||||
--switchborder: #03a9f4;
|
||||
--sidetopbar: #070d19;
|
||||
--nav-selected-color: #0f1a2e;
|
||||
--nav-selected-color-text: #76c8f5;
|
||||
--nav-color-active: #d1d1d1;
|
||||
--nav-color-hover: #444444;
|
||||
--nav-text-color: #008fd5;
|
||||
--nav-icon-color: #008fd5;
|
||||
--nav-border-color: #0b305e;
|
||||
--nav-border-selected-color: #76c8f5;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user