diff options
| author | Bardi Harborow <[email protected]> | 2016-10-06 12:02:52 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2016-10-10 14:31:34 +1100 |
| commit | 3ae450e74c6ea77ef57afd0cf1dc3ef156ea5322 (patch) | |
| tree | 492b38846edf53d1fc7c5d8e8036b3f55a99af0b /docs/assets | |
| parent | 4493701ee2975a5041d0309ee4f06715f89675cb (diff) | |
| download | bootstrap-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.scss | 3 |
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; } |
