mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-01 12:00:24 +00:00
Workaround problematic Chroma bash highlighting.
This commit is contained in:
parent
47b4ea084f
commit
6e16720b12
1 changed files with 5 additions and 0 deletions
|
|
@ -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> ";
|
||||
|
|
|
|||
Loading…
Reference in a new issue