Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorBardi Harborow <bardi@bardiharborow.com>2019-02-27 13:33:04 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-03-13 20:22:59 +0300
commit6e16720b125d1303e51131e7734898bc041160f4 (patch)
tree5ce27b627ae79eb0a6dd0e447db340db2fcd8573 /site
parent47b4ea084faf46dd6bc6429a59746dad1016ad96 (diff)
Workaround problematic Chroma bash highlighting.
Diffstat (limited to 'site')
-rw-r--r--site/static/docs/4.3/assets/scss/_syntax.scss5
1 files changed, 5 insertions, 0 deletions
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> ";