Skip to content

Commit ae0007a

Browse files
committed
Modified styling for bash code blocks
1 parent b0db66b commit ae0007a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

static/style/style.scss

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ a:active {
270270
white-space: nowrap;
271271
border-radius: 3px;
272272
background-color: rgba(0,0,0,0.06);
273-
274273
}
275274

276275
/* a code {
@@ -397,6 +396,17 @@ code {
397396
color: #902000;
398397
}
399398
span.st {
400-
color: #DF0002
399+
color: #DF0002;
400+
}
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;
401411
}
402412
}

0 commit comments

Comments
 (0)