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 ;
@@ -270,7 +256,7 @@ a.brand {
270
256
}
271
257
}
272
258
code {
273
- @include code-highlight-white ();
259
+ // @include code-highlight-white();
274
260
}
275
261
}
276
262
@@ -293,9 +279,6 @@ a.brand {
293
279
border-color : white ;
294
280
}
295
281
}
296
- code {
297
- @include code-highlight-white ();
298
- }
299
282
}
300
283
301
284
.white {
@@ -316,9 +299,6 @@ a.brand {
316
299
border-color : $gray ;
317
300
}
318
301
}
319
- code {
320
- @include code-highlight-black ();
321
- }
322
302
}
323
303
324
304
.purple {
@@ -340,9 +320,6 @@ a.brand {
340
320
border-color : white ;
341
321
}
342
322
}
343
- code {
344
- @include code-highlight-white ();
345
- }
346
323
}
347
324
348
325
h3 {
You can’t perform that action at this time.
0 commit comments