From e0612f6205c591a4e46b1298bb4d8d6f0a6f08c6 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Mon, 7 Mar 2022 18:06:04 +0100 Subject: [PATCH] color switch --- qortal-ui-core/src/styles/switch-theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qortal-ui-core/src/styles/switch-theme.css b/qortal-ui-core/src/styles/switch-theme.css index eab67ff9..b215560b 100644 --- a/qortal-ui-core/src/styles/switch-theme.css +++ b/qortal-ui-core/src/styles/switch-theme.css @@ -3,7 +3,7 @@ html { --white: #ffffff; --black: #080808; --gray: #c8c8c8; - --graylight: #dddddd; + --graylight: #bbbbbb; --plugback: #ffffff; } @@ -11,5 +11,6 @@ html[theme="dark"] { --white: #36393f; --black: #f8f8f8; --gray: #d8d8d8; + --graylight: #dddddd; --plugback: #36393f; -} \ No newline at end of file +}