From e4ff5227757a119fef9f5399cb3bfb07d9528fe2 Mon Sep 17 00:00:00 2001 From: Tommi Date: Wed, 28 Sep 2022 14:23:09 +0200 Subject: [PATCH] minor color fix --- styles/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/style.scss b/styles/style.scss index 45cf36a..584b9ce 100644 --- a/styles/style.scss +++ b/styles/style.scss @@ -894,7 +894,7 @@ button, .blue { background: var(--light-blue); - color: var(--blue) !important; + color: var(--white-ish) !important; border-color: var(--light-blue) !important; a { color: var(--red);