mirror of https://github.com/twbs/bootstrap.git
Workaround problematic Chroma bash highlighting.
This commit is contained in:
parent
47b4ea084f
commit
6e16720b12
|
|
@ -77,6 +77,11 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chroma .language-bash .m,
|
||||||
|
.chroma .language-sh .m {
|
||||||
|
color: initial;
|
||||||
|
}
|
||||||
|
|
||||||
.chroma .language-powershell::before {
|
.chroma .language-powershell::before {
|
||||||
color: #009;
|
color: #009;
|
||||||
content: "PM> ";
|
content: "PM> ";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue