Browse Source

Add switch colors

qdn-metadata
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
8009345115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      qortal-ui-core/font/switch-theme.css

4
qortal-ui-core/font/switch-theme.css

@ -19,6 +19,8 @@ html {
--menuactive: #ebebeb;
--mainmenutext:#080808;
--mainmenutexthover:#080808;
--switchbackground: #cccccc;
--switchborder: #333333;
}
html[theme="dark"] {
@ -42,4 +44,6 @@ html[theme="dark"] {
--menuactive: #008fd5;
--mainmenutext:#008fd5;
--mainmenutexthover:#0f1a2e;
--switchbackground: #eeeeee;
--switchborder: #03a9f4;
}

Loading…
Cancel
Save