From c49f0225471a94dafe4c971538ef98ded435c263 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 13 Nov 2013 15:05:45 -0600 Subject: [PATCH] Removed light color --- scss/_variables.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index faf984b9af..84b32eeb99 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -36,7 +36,6 @@ $headings-line-height: 1.1 !default; $base-background-color: #fff; $base-color: #000; -$light-color: #666666; $link-color: $positive !default; $link-hover-color: darken($link-color, 15%) !default;