File tree Expand file tree Collapse file tree 2 files changed +6
-41
lines changed Expand file tree Collapse file tree 2 files changed +6
-41
lines changed Original file line number Diff line number Diff line change 71
71
}
72
72
73
73
a {
74
+ color : $blue ;
74
75
text-decoration : none ;
75
76
cursor : pointer ;
76
- color : $blue ;
77
77
& :hover , & :active {
78
- text-decoration : underline ;
78
+ color : $blue ;
79
79
}
80
80
}
81
81
@@ -190,19 +190,11 @@ img {
190
190
.site-name {
191
191
margin : 0 ;
192
192
color : $darkGray ;
193
- text-decoration : none ;
194
193
cursor : pointer ;
195
194
font-family : $helveticaNeue ;
196
195
font-weight : 300 ;
197
196
font-size : 28px ;
198
197
letter-spacing : 1px ;
199
-
200
- a {
201
- & :hover , & :active {
202
- color : $blue ;
203
- text-decoration : none ;
204
- }
205
- }
206
198
}
207
199
208
200
.site-description {
@@ -234,13 +226,7 @@ nav {
234
226
text-align : right ;
235
227
font-weight : 300 ;
236
228
letter-spacing : 1px ;
237
-
238
- & :hover , & :active {
239
- color : $darkGray ;
240
- text-decoration : none ;
241
- cursor : pointer ;
242
- }
243
-
229
+
244
230
@include mobile {
245
231
margin : 0 10px ;
246
232
}
@@ -264,14 +250,6 @@ nav {
264
250
}
265
251
266
252
.post {
267
- h1 a {
268
- cursor : pointer ;
269
- & :hover , & :active {
270
- color : $blue ;
271
- text-decoration : none ;
272
- }
273
- }
274
-
275
253
blockquote {
276
254
margin : 1.8em .8em ;
277
255
border-left : 2px solid $gray ;
Original file line number Diff line number Diff line change @@ -360,11 +360,11 @@ p {
360
360
margin : 15px 0 ; }
361
361
362
362
a {
363
+ color : # 4183c4 ;
363
364
text-decoration : none;
364
- cursor : pointer;
365
- color : # 4183c4 ; }
365
+ cursor : pointer; }
366
366
a : hover , a : active {
367
- text-decoration : underline ; }
367
+ color : # 4183c4 ; }
368
368
369
369
ul , ol {
370
370
margin : 15px 0 ;
@@ -444,15 +444,11 @@ img {
444
444
.site-name {
445
445
margin : 0 ;
446
446
color : # 333333 ;
447
- text-decoration : none;
448
447
cursor : pointer;
449
448
font-family : "Helvetica Neue" , Helvetica, Arial, sans-serif;
450
449
font-weight : 300 ;
451
450
font-size : 28px ;
452
451
letter-spacing : 1px ; }
453
- .site-name a : hover , .site-name a : active {
454
- color : # 4183c4 ;
455
- text-decoration : none; }
456
452
457
453
.site-description {
458
454
margin : -5px 0 0 0 ;
@@ -479,10 +475,6 @@ nav {
479
475
text-align : right;
480
476
font-weight : 300 ;
481
477
letter-spacing : 1px ; }
482
- nav a : hover , nav a : active {
483
- color : # 333333 ;
484
- text-decoration : none;
485
- cursor : pointer; }
486
478
@media screen and (max-width : 520px ) {
487
479
nav a {
488
480
margin : 0 10px ; } }
@@ -495,11 +487,6 @@ nav {
495
487
padding-bottom : 1em ;
496
488
border-bottom : none; }
497
489
498
- .post h1 a {
499
- cursor : pointer; }
500
- .post h1 a : hover , .post h1 a : active {
501
- color : # 4183c4 ;
502
- text-decoration : none; }
503
490
.post blockquote {
504
491
margin : 1.8em 0.8em ;
505
492
border-left : 2px solid # 666666 ;
You can’t perform that action at this time.
0 commit comments