From 5111806fd389a454cb2e323e12ec83eae60a3917 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 13 Apr 2022 17:48:12 -0500 Subject: [PATCH] style: Reduce contrast of text color The pure-white text appears to "bleed," especially on the link icons on the home page. --- sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index 9bfddf0..665bd9c 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -7,7 +7,7 @@ $secondary-color-light: #5e6a85; $secondary-color-dark: #09192f; $background-color: #121212; -$text-color: #ffffff; +$text-color: #e2e2e2; $panel-color: $primary-color-dark; $toolbar-color: $primary-color;