From ef656301f62d64630718130bb5de9584ef45eb91 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 2 Dec 2018 14:25:30 -0800 Subject: [PATCH] fix(a11y): decrease brightness of hacker theme (#712) fixes #576 --- scss/themes/hacker.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/themes/hacker.scss b/scss/themes/hacker.scss index 88c6f4d..115a88a 100644 --- a/scss/themes/hacker.scss +++ b/scss/themes/hacker.scss @@ -1,4 +1,4 @@ -$main-theme-color: #4ab92f; +$main-theme-color: #4aaa2f; //$main-theme-color: #4ab92f; $main-bg-color: #282828; $body-bg-color: darken($main-bg-color, 5%);