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 b0db66b commit ae0007aCopy full SHA for ae0007a
static/style/style.scss
@@ -270,7 +270,6 @@ a:active {
270
white-space: nowrap;
271
border-radius: 3px;
272
background-color: rgba(0,0,0,0.06);
273
-
274
}
275
276
/* a code {
@@ -397,6 +396,17 @@ code {
397
396
color: #902000;
398
399
span.st {
400
- color: #DF0002
+ color: #DF0002;
+ }
401
+}
402
+
403
+/* Styling for bash fenced code blocks */
404
+code.sourceCode.bash {
405
+ span.kw {
406
+ color: inherit;
407
+ font-weight:normal;
408
409
+ span.co {
410
+ font-style: normal;
411
412
0 commit comments