From 846bba69e0d86d498985818aefc6006a27f543d5 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Thu, 1 Mar 2018 09:04:48 -0500 Subject: [PATCH] Couple of style fixes --- assets/css/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/_variables.scss b/assets/css/_variables.scss index 64943eb..d95a0ed 100644 --- a/assets/css/_variables.scss +++ b/assets/css/_variables.scss @@ -2,9 +2,9 @@ $black: #000; $white: #fff; $background-color: #1e3f51; -$foreground-color: white; +$foreground-color: $white; -$link-color: #ffdd00; +$link-color: #fd0; $board-border-color: #000; $board-shadow-color: rgba(0, 0, 0, 0.4);