aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-10-06 12:02:52 +1100
committerBardi Harborow <[email protected]>2016-10-10 14:31:34 +1100
commit3ae450e74c6ea77ef57afd0cf1dc3ef156ea5322 (patch)
tree492b38846edf53d1fc7c5d8e8036b3f55a99af0b /docs/assets
parent4493701ee2975a5041d0309ee4f06715f89675cb (diff)
downloadbootstrap-3ae450e74c6ea77ef57afd0cf1dc3ef156ea5322.tar.xz
bootstrap-3ae450e74c6ea77ef57afd0cf1dc3ef156ea5322.zip
Render bash and powershell prompts with ::before.
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/scss/_syntax.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/scss/_syntax.scss b/docs/assets/scss/_syntax.scss
index ac08f818d..9b5b2e712 100644
--- a/docs/assets/scss/_syntax.scss
+++ b/docs/assets/scss/_syntax.scss
@@ -61,3 +61,6 @@
.css .o,
.css .o + .nt,
.css .nt + .nt { color: #999; }
+
+.language-bash::before { color: #009; content: "$ "; user-select: none; }
+.language-powershell::before { color: #009; content: "PM> "; user-select: none; }