diff options
| author | Barry Clark <barry@barryclark.co> | 2014-06-01 18:20:29 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-06-01 18:20:29 -0400 |
| commit | 4b6808430d045357c5eef6bd95769e2ca5752705 (patch) | |
| tree | 71986ba451f9ef04aae34db6ffaef3751a5730e7 /scss/_variables.scss | |
| parent | e9a65e6c3f3586884efdc3363cbdadf62eb009c4 (diff) | |
| download | acn-blog-4b6808430d045357c5eef6bd95769e2ca5752705.tar.gz acn-blog-4b6808430d045357c5eef6bd95769e2ca5752705.tar.bz2 acn-blog-4b6808430d045357c5eef6bd95769e2ca5752705.zip | |
Removed light gray as it isn't used
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
