From 0f580063f7c1c6dd9737660904e5aaa0538591e7 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 20 Jan 2018 21:50:30 -0800 Subject: [PATCH] tweak colors --- scss/themes/scarlet.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/themes/scarlet.scss b/scss/themes/scarlet.scss index af938ec..6e482a2 100644 --- a/scss/themes/scarlet.scss +++ b/scss/themes/scarlet.scss @@ -1,4 +1,4 @@ -$main-theme-color: darken(crimson, 2%); +$main-theme-color: darken(crimson, 5%); $body-bg-color: lighten($main-theme-color, 38%); $anchor-color: $main-theme-color; $main-text-color: #333;