18
18
}
19
19
20
20
body {
21
- background : $background-light ;
21
+ background : $white ;
22
22
font : 18px / 1.4 $helvetica ;
23
- color : $primary-text ;
23
+ color : $darkGray ;
24
24
}
25
25
26
26
.container {
37
37
h5 ,
38
38
h6 {
39
39
font-family : $helveticaNeue ;
40
- color : $heading-color ;
40
+ color : $darkerGray ;
41
41
font-weight : bold ;
42
42
43
43
line-height : 1.7 ;
66
66
67
67
h4 {
68
68
font-size : 18px ;
69
- color : $secondary-text ;
69
+ color : $gray ;
70
70
}
71
71
72
72
p {
73
73
margin : 15px 0 ;
74
74
}
75
75
76
76
a {
77
- color : $accent ;
77
+ color : $blue ;
78
78
text-decoration : none ;
79
79
cursor : pointer ;
80
80
& :hover ,
81
81
& :active {
82
- color : $accent ;
82
+ color : $blue ;
83
83
}
84
84
}
85
85
@@ -130,17 +130,17 @@ img {
130
130
131
131
.date {
132
132
font-style : italic ;
133
- color : $secondary-text ;
133
+ color : $gray ;
134
134
}
135
135
136
136
// Specify the color of the selection
137
137
::-moz-selection {
138
- color : $background-dark ;
139
- background : $border-color ;
138
+ color : $black ;
139
+ background : $lightGray ;
140
140
}
141
141
::selection {
142
- color : $background-dark ;
143
- background : $border-color ;
142
+ color : $black ;
143
+ background : $lightGray ;
144
144
}
145
145
146
146
// Nicolas Gallagher's micro clearfix hack
@@ -169,7 +169,7 @@ img {
169
169
170
170
.masthead {
171
171
padding : 20px 0 ;
172
- border-bottom : 1px solid $border-color ;
172
+ border-bottom : 1px solid $lightGray ;
173
173
174
174
@include mobile {
175
175
text-align : center ;
@@ -205,7 +205,7 @@ img {
205
205
206
206
.site-name {
207
207
margin : 0 ;
208
- color : $primary-text ;
208
+ color : $darkGray ;
209
209
cursor : pointer ;
210
210
font-family : $helveticaNeue ;
211
211
font-weight : 300 ;
@@ -215,7 +215,7 @@ img {
215
215
216
216
.site-description {
217
217
margin : -5px 0 0 0 ;
218
- color : $secondary-text ;
218
+ color : $gray ;
219
219
font-size : 16px ;
220
220
221
221
@include mobile {
@@ -238,14 +238,14 @@ nav {
238
238
239
239
a {
240
240
margin-left : 20px ;
241
- color : $primary-text ;
241
+ color : $darkGray ;
242
242
text-align : right ;
243
243
font-weight : 300 ;
244
244
letter-spacing : 1px ;
245
245
246
246
@include mobile {
247
247
margin : 0 10px ;
248
- color : $accent ;
248
+ color : $blue ;
249
249
}
250
250
}
251
251
}
@@ -256,7 +256,7 @@ nav {
256
256
257
257
.posts > .post {
258
258
padding-bottom : 2em ;
259
- border-bottom : 1px solid $border-color ;
259
+ border-bottom : 1px solid $lightGray ;
260
260
}
261
261
262
262
.posts > .post :last-child {
@@ -267,9 +267,9 @@ nav {
267
267
.post {
268
268
blockquote {
269
269
margin : 1.8em 0.8em ;
270
- border-left : 2px solid $secondary-text ;
270
+ border-left : 2px solid $gray ;
271
271
padding : 0.1em 1em ;
272
- color : $secondary-text ;
272
+ color : $gray ;
273
273
font-size : 22px ;
274
274
font-style : italic ;
275
275
}
@@ -288,7 +288,7 @@ nav {
288
288
margin-top : 50px ;
289
289
border-top : 1px solid #ddd ;
290
290
border-bottom : 1px solid #ddd ;
291
- background-color : $border-color ;
291
+ background-color : $lightGray ;
292
292
}
293
293
294
294
footer {
0 commit comments