From e9a65e6c3f3586884efdc3363cbdadf62eb009c4 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 1 Jun 2014 18:17:13 -0400 Subject: Clear up color variable usage in the Scss --- scss/_variables.scss | 1 - scss/style.scss | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'scss') diff --git a/scss/_variables.scss b/scss/_variables.scss index 53bae88..47d79ce 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -5,7 +5,6 @@ // Colors $blue: #4183C4; -$orange: #D26911; // Grays $black: #000; diff --git a/scss/style.scss b/scss/style.scss index f8c31da..60b430b 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -197,7 +197,7 @@ img { .site-description { margin: -5px 0 0 0; - color: #777; + color: $gray; font-size: 16px; @include mobile { @@ -260,7 +260,7 @@ nav { .wrapper-footer { margin-top: 50px; border-top: 1px solid #ddd; - background-color: #eee; + background-color: $lighterGray; } footer { -- cgit v1.2.3