From 8d6f8a76a4c4a8140d8b705b8c3035baecf556ba Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Fri, 23 May 2014 09:12:34 -0400 Subject: Lighten up description and border-bottom in the header --- scss/style.scss | 4 ++-- style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/style.scss b/scss/style.scss index e6b4aa5..ee2630a 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -143,7 +143,7 @@ img { .masthead { padding: 20px 0; - border-bottom: #777 dotted 1px; + border-bottom: 1px solid $lighterGray; @include mobile { text-align: center; } @@ -197,7 +197,7 @@ img { font-size: 16px; margin: 0; margin-top: -5px; - color: $darkGray; + color: #777; @include mobile { float: none; diff --git a/style.css b/style.css index db1a169..6eafba0 100644 --- a/style.css +++ b/style.css @@ -408,7 +408,7 @@ img { .masthead { padding: 20px 0; - border-bottom: #777777 dotted 1px; } + border-bottom: 1px solid #eeeeee; } @media screen and (max-width: 520px) { .masthead { text-align: center; } } @@ -449,7 +449,7 @@ img { font-size: 16px; margin: 0; margin-top: -5px; - color: #333333; } + color: #777777; } @media screen and (max-width: 520px) { .site-description { float: none; -- cgit v1.2.3