Skip to content

Commit 8d6f8a7

Browse files
committed
Lighten up description and border-bottom in the header
1 parent 04c0fac commit 8d6f8a7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

scss/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ img {
143143

144144
.masthead {
145145
padding: 20px 0;
146-
border-bottom: #777 dotted 1px;
146+
border-bottom: 1px solid $lighterGray;
147147
@include mobile {
148148
text-align: center;
149149
}
@@ -197,7 +197,7 @@ img {
197197
font-size: 16px;
198198
margin: 0;
199199
margin-top: -5px;
200-
color: $darkGray;
200+
color: #777;
201201

202202
@include mobile {
203203
float: none;

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ img {
408408

409409
.masthead {
410410
padding: 20px 0;
411-
border-bottom: #777777 dotted 1px; }
411+
border-bottom: 1px solid #eeeeee; }
412412
@media screen and (max-width: 520px) {
413413
.masthead {
414414
text-align: center; } }
@@ -449,7 +449,7 @@ img {
449449
font-size: 16px;
450450
margin: 0;
451451
margin-top: -5px;
452-
color: #333333; }
452+
color: #777777; }
453453
@media screen and (max-width: 520px) {
454454
.site-description {
455455
float: none;

0 commit comments

Comments
 (0)