Skip to content

Commit 4930af4

Browse files
Justin JohnsonJustin Johnson
authored andcommitted
changed masthead color
1 parent e186d81 commit 4930af4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

style.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ img {
153153

154154
.masthead {
155155
padding: 20px 0;
156-
border-bottom: 1px solid $lightGray;
156+
//border-bottom: 1px solid $lightGray;
157+
background: #09F;
157158

158159
@include mobile {
159160
text-align: center;
@@ -199,7 +200,8 @@ img {
199200

200201
.site-description {
201202
margin: -5px 0 0 0;
202-
color: $gray;
203+
//color: $gray;
204+
color: #fff;
203205
font-size: 16px;
204206

205207
@include mobile {

0 commit comments

Comments
 (0)