aboutsummaryrefslogtreecommitdiff
path: root/scss/style.scss
diff options
context:
space:
mode:
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 {