From 0c887899bd21abe77ee6e1c5f50a01a89bd9923f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Wed, 21 Apr 2021 01:09:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Tweak=20colors=20a=20little=20bi?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/frontend/src/index.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/frontend/src/index.css b/code/frontend/src/index.css index e418616..fd3bdc1 100644 --- a/code/frontend/src/index.css +++ b/code/frontend/src/index.css @@ -20,7 +20,6 @@ body { --bg-dark: #254D61; --fg-primary: #FFFFFF; - --fg-secondary: #536841; --btn-on: #5D815C; --btn-off: #F6E2BC; @@ -32,10 +31,9 @@ body { .ThemeLight { --bg-primary: #CAE4F6; --bg-light: #B2CEDF; - --bg-dark: #7292AF; + --bg-dark: #92B5D5; - --fg-primary: #536841; - --fg-secondary: #FFFFFF; + --fg-primary: #336582; --btn-on: #A3BDA2; --btn-off: #FFFFFF;