From 88d24e57b6d2dee875d1ecaebb118fe1923ecc8d Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 3 Sep 2015 00:39:10 -0400 Subject: [PATCH] Use variables for colors in a few places --- scss/pages/homepage.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/pages/homepage.scss b/scss/pages/homepage.scss index 254ab8a6df..49f7c1079a 100644 --- a/scss/pages/homepage.scss +++ b/scss/pages/homepage.scss @@ -8,7 +8,7 @@ width: 288px; font: normal 14px/18px $Ideal; padding: 24px; - background: white; + background: $white; border: 2px solid $black; @include border-radius(5px); box-shadow: 0px 0px 32px 16px rgba($black, 0.5); @@ -87,8 +87,8 @@ top: 30px; left: 31px; @include border-radius(3px); - background: white; - border: 1px solid white; + background: $white; + border: 1px solid $white; } } .numbers {