]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Workaround problematic Chroma bash highlighting.
authorBardi Harborow <bardi@bardiharborow.com>
Wed, 27 Feb 2019 10:33:04 +0000 (21:33 +1100)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Mar 2019 17:22:59 +0000 (19:22 +0200)
site/static/docs/4.3/assets/scss/_syntax.scss

index 87c8c810aa3f284528bebc1df6dff2579dbc8f5f..7024b6941bccaf2f17955e966dd80bb04dd7a211 100644 (file)
   user-select: none;
 }
 
+.chroma .language-bash .m,
+.chroma .language-sh .m {
+  color: initial;
+}
+
 .chroma .language-powershell::before {
   color: #009;
   content: "PM> ";