From 5efea25b3acc666ced8873da7790daf4cf4cec66 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 19 Feb 2018 09:38:54 -0500 Subject: [PATCH] Blue looks better MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Green felt too much like a casino 🃏. Chess is not a game of chance! --- assets/css/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/_variables.scss b/assets/css/_variables.scss index 4fc2840..d881380 100644 --- a/assets/css/_variables.scss +++ b/assets/css/_variables.scss @@ -1,4 +1,4 @@ -$background-color: #124031; +$background-color: #1e3f51; $foreground-color: white; $link-color: #ffdd00;