From 3b884973329308d7f1fb0d5b3ccdbb2cc7556ca7 Mon Sep 17 00:00:00 2001 From: Tommi Date: Wed, 28 Sep 2022 14:26:04 +0200 Subject: [PATCH] another color fix --- styles/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/style.scss b/styles/style.scss index 584b9ce..a78b67a 100644 --- a/styles/style.scss +++ b/styles/style.scss @@ -893,9 +893,9 @@ button, } .blue { - background: var(--light-blue); + background: var(--blue) !important; color: var(--white-ish) !important; - border-color: var(--light-blue) !important; + border-color: var(--blue) !important; a { color: var(--red); }