4
1
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:
AlphaX-Projects 2022-03-08 11:49:07 +01:00 committed by GitHub
parent b464511522
commit 8009345115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}