We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd79c88 commit ced722eCopy full SHA for ced722e
theme.scss
@@ -353,14 +353,28 @@ code {
353
color: $gs-primary-color;
354
font-style: inherit;
355
}
356
+ // Color of keywords in code blocks
357
.im {
358
color: $code-keyword-color;
359
360
361
+ // Color of strings in code blocks
362
.st {
363
color: $code-string-color;
364
365
366
+ // Color of titles in markdown code blocks
367
+ .fu {
368
+ color: $code-string-color;
369
+ }
370
+ // Color of pipes in markdown code blocks
371
+ .pp {
372
+ color: $code-keyword-color;
373
374
+ // Color of blockquotes in markdown code blocks
375
+ .at {
376
+ color: $gs-secondary-dark-color;
377
378
379
380
0 commit comments