aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss4
1 files changed, 2 insertions, 2 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;