From 80093451155cee08229fcd5ce7ea6950e2bcf0ea Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Tue, 8 Mar 2022 11:49:07 +0100 Subject: [PATCH] Add switch colors --- qortal-ui-core/font/switch-theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qortal-ui-core/font/switch-theme.css b/qortal-ui-core/font/switch-theme.css index 53170400..462539f7 100644 --- a/qortal-ui-core/font/switch-theme.css +++ b/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; }