From: Bardi Harborow Date: Wed, 27 Feb 2019 10:33:04 +0000 (+1100) Subject: Workaround problematic Chroma bash highlighting. X-Git-Tag: v5.0.0-alpha1~1198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e16720b125d1303e51131e7734898bc041160f4;p=thirdparty%2Fbootstrap.git Workaround problematic Chroma bash highlighting. --- diff --git a/site/static/docs/4.3/assets/scss/_syntax.scss b/site/static/docs/4.3/assets/scss/_syntax.scss index 87c8c810aa..7024b6941b 100644 --- a/site/static/docs/4.3/assets/scss/_syntax.scss +++ b/site/static/docs/4.3/assets/scss/_syntax.scss @@ -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> ";