From ec8b645151e3a632db78b8748415e64dbfb9cfd1 Mon Sep 17 00:00:00 2001 From: delucis Date: Sat, 23 Feb 2019 17:22:32 -0500 Subject: [PATCH] fix(style): Tweak $light-text to meet colour contrast standards --- scss/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_vars.scss b/scss/_vars.scss index ef2212e..3fc690c 100644 --- a/scss/_vars.scss +++ b/scss/_vars.scss @@ -3,7 +3,7 @@ $black: #000; $text-color: #222; $dark-bg: #333; $bright-green: #30ff8a; -$light-text: #999; +$light-text: #9b9b9b; $light-shade: #ddd; $off-white: #f4f2e9; $white: #fff;