File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ img {
143143
144144.masthead {
145145 padding : 20px 0 ;
146- border-bottom : #777 dotted 1 px ;
146+ border-bottom : 1 px 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 ;
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ img {
408408
409409.masthead {
410410 padding : 20px 0 ;
411- border-bottom : # 777777 dotted 1 px ; }
411+ border-bottom : 1 px 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;
You can’t perform that action at this time.
0 commit comments