aboutsummaryrefslogtreecommitdiff
path: root/scss/style.scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:17:13 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:17:13 -0400
commite9a65e6c3f3586884efdc3363cbdadf62eb009c4 (patch)
treee41e0dff0c6822ab6b0cff7eb48f291ba6f4b15f /scss/style.scss
parent3d5bee22052a20cf328a85309daa0d855b7e1d54 (diff)
downloadkompetenzbolzen.github.io-e9a65e6c3f3586884efdc3363cbdadf62eb009c4.tar.gz
Clear up color variable usage in the Scss
Diffstat (limited to 'scss/style.scss')
-rwxr-xr-xscss/style.scss4
1 files changed, 2 insertions, 2 deletions
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 {