Workaround problematic Chroma bash highlighting.

This commit is contained in:
Bardi Harborow 2019-02-27 21:33:04 +11:00 committed by XhmikosR
parent 47b4ea084f
commit 6e16720b12
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@
user-select: none;
}
.chroma .language-bash .m,
.chroma .language-sh .m {
color: initial;
}
.chroma .language-powershell::before {
color: #009;
content: "PM> ";