File tree Expand file tree Collapse file tree 5 files changed +99
-28
lines changed Expand file tree Collapse file tree 5 files changed +99
-28
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 ;
@@ -274,9 +260,6 @@ a.brand {
274
260
border-color : white ;
275
261
}
276
262
}
277
- code {
278
- @include code-highlight-white ();
279
- }
280
263
}
281
264
282
265
.green {
@@ -299,9 +282,6 @@ a.brand {
299
282
border-color : white ;
300
283
}
301
284
}
302
- code {
303
- @include code-highlight-white ();
304
- }
305
285
}
306
286
307
287
.white {
@@ -323,9 +303,6 @@ a.brand {
323
303
border-color : $gray ;
324
304
}
325
305
}
326
- code {
327
- @include code-highlight-black ();
328
- }
329
306
}
330
307
331
308
.purple {
@@ -348,9 +325,6 @@ a.brand {
348
325
border-color : white ;
349
326
}
350
327
}
351
- code {
352
- @include code-highlight-white ();
353
- }
354
328
}
355
329
356
330
h3 {
You can’t perform that action at this time.
0 commit comments