From 4b6808430d045357c5eef6bd95769e2ca5752705 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 1 Jun 2014 18:20:29 -0400 Subject: Removed light gray as it isn't used --- scss/_variables.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scss/_variables.scss') diff --git a/scss/_variables.scss b/scss/_variables.scss index 47d79ce..523ccf3 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -11,8 +11,7 @@ $black: #000; $darkerGray: #222; $darkGray: #333; $gray: #666; -$lightGray: #aaa; -$lighterGray: #eee; +$lightGray: #eee; $white: #fff; // Font stacks -- cgit v1.2.3