File tree Expand file tree Collapse file tree 5 files changed +100
-26
lines changed Expand file tree Collapse file tree 5 files changed +100
-26
lines changed Original file line number Diff line number Diff line change @@ -58,20 +58,6 @@ pre > code {
58
58
white-space : pre ;
59
59
}
60
60
61
- @mixin code-highlight-white {
62
- color : white ;
63
- background-color : rgba (black , 0.3 );
64
- border : 1px solid #e1e1e1 ;
65
- border-radius : $border-radius ;
66
- }
67
-
68
- @mixin code-highlight-black {
69
- color : black ;
70
- background-color : rgba (black , 0.05 );
71
- border : 1px solid rgba (black , 0.25 );
72
- border-radius : $border-radius ;
73
- }
74
-
75
61
.button ,
76
62
button {
77
63
display : inline-block ;
@@ -275,7 +261,7 @@ a.brand {
275
261
}
276
262
}
277
263
code {
278
- @include code-highlight-white ();
264
+ // @include code-highlight-white();
279
265
}
280
266
}
281
267
@@ -299,9 +285,6 @@ a.brand {
299
285
border-color : white ;
300
286
}
301
287
}
302
- code {
303
- @include code-highlight-white ();
304
- }
305
288
}
306
289
307
290
.white {
@@ -323,9 +306,6 @@ a.brand {
323
306
border-color : $gray ;
324
307
}
325
308
}
326
- code {
327
- @include code-highlight-black ();
328
- }
329
309
}
330
310
331
311
.purple {
@@ -348,9 +328,6 @@ a.brand {
348
328
border-color : white ;
349
329
}
350
330
}
351
- code {
352
- @include code-highlight-white ();
353
- }
354
331
}
355
332
356
333
h3 {
You can’t perform that action at this time.
0 commit comments