File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ $black: #000;
11
11
$darkerGray : #222 ;
12
12
$darkGray : #333 ;
13
13
$gray : #666 ;
14
- $lightGray : #aaa ;
15
- $lighterGray : #eee ;
14
+ $lightGray : #eee ;
16
15
$white : #fff ;
17
16
18
17
// Font stacks
Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ img {
118
118
// Specify the color of the selection
119
119
::-moz-selection {
120
120
color : $black ;
121
- background : $lighterGray ;
121
+ background : $lightGray ;
122
122
}
123
123
::selection {
124
124
color : $black ;
125
- background : $lighterGray ;
125
+ background : $lightGray ;
126
126
}
127
127
128
128
// Nicolas Gallagher's micro clearfix hack
@@ -151,7 +151,7 @@ img {
151
151
152
152
.masthead {
153
153
padding : 20px 0 ;
154
- border-bottom : 1px solid $lighterGray ;
154
+ border-bottom : 1px solid $lightGray ;
155
155
156
156
@include mobile {
157
157
text-align : center ;
@@ -238,7 +238,7 @@ nav {
238
238
239
239
.posts > .post {
240
240
padding-bottom : 2em ;
241
- border-bottom : 1px solid $lighterGray ;
241
+ border-bottom : 1px solid $lightGray ;
242
242
}
243
243
244
244
.posts > .post :last-child {
@@ -260,7 +260,7 @@ nav {
260
260
.wrapper-footer {
261
261
margin-top : 50px ;
262
262
border-top : 1px solid #ddd ;
263
- background-color : $lighterGray ;
263
+ background-color : $lightGray ;
264
264
}
265
265
266
266
footer {
You can’t perform that action at this time.
0 commit comments