31
31
-moz-backdrop-filter : blur (20px );
32
32
backdrop-filter : blur (20px );
33
33
background-color : rgba (200 , 200 , 200 , .25 );
34
-
34
+ // Disable until Safari supports `prefers-color-scheme` in SVG's
35
35
// @include dark {
36
36
// background-color: rgba(0, 0, 0, .25);
37
37
// }
38
38
39
39
& :hover ,
40
40
& :focus {
41
41
background-color : rgba (200 , 200 , 200 , .5 );
42
-
42
+ // Disable until Safari supports `prefers-color-scheme` in SVG's
43
43
// @include dark {
44
44
// background-color: rgba(0, 0, 0, .5);
45
45
// }
46
46
}
47
47
48
48
& :active {
49
49
background-color : rgba (200 , 200 , 200 , .25 );
50
-
50
+ // Disable until Safari supports `prefers-color-scheme` in SVG's
51
51
// @include dark {
52
52
// background-color: rgba(0, 0, 0, .75);
53
53
// }
@@ -162,7 +162,7 @@ body {
162
162
& :focus {
163
163
span {
164
164
background-color : rgba (200 , 200 , 200 , .5 );
165
-
165
+ // Disable until Safari supports `prefers-color-scheme` in SVG's
166
166
// @include dark {
167
167
// background-color: rgba(0, 0, 0, .5);
168
168
// }
@@ -172,7 +172,7 @@ body {
172
172
& :active {
173
173
span {
174
174
background-color : rgba (200 , 200 , 200 , .25 );
175
-
175
+ // Disable until Safari supports `prefers-color-scheme` in SVG's
176
176
// @include dark {
177
177
// background-color: rgba(0, 0, 0, .75);
178
178
// }
@@ -267,6 +267,7 @@ body {
267
267
right : 24px ;
268
268
display : flex ;
269
269
flex-wrap : wrap ;
270
+ margin-left : 16px ;
270
271
271
272
li {
272
273
margin-left : 8px ;
@@ -281,22 +282,17 @@ body {
281
282
}
282
283
}
283
284
284
- & .twitter {
285
+ & :not ( .github ) {
285
286
a {
286
287
text-indent : 0 ;
287
288
width : auto ;
288
289
font-size : 13px ;
289
290
line-height : 32px ;
290
291
text-transform : uppercase ;
291
- padding : 0 12px 0 28 px ;
292
+ padding : 0 12px ;
292
293
color : rgba (0 , 0 , 0 , .75 );
293
294
font-weight : 600 ;
294
295
text-decoration : none ;
295
- background-image : url (../img/icon-twitter.svg );
296
-
297
- // @include dark {
298
- // color: #fff;
299
- // }
300
296
}
301
297
}
302
298
}
0 commit comments