From 6e16720b125d1303e51131e7734898bc041160f4 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Wed, 27 Feb 2019 21:33:04 +1100 Subject: [PATCH] Workaround problematic Chroma bash highlighting. --- site/static/docs/4.3/assets/scss/_syntax.scss | 5 +++++ 1 file changed, 5 insertions(+) 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> ";