From 3ae450e74c6ea77ef57afd0cf1dc3ef156ea5322 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Thu, 6 Oct 2016 12:02:52 +1100 Subject: Render bash and powershell prompts with ::before. --- docs/assets/scss/_syntax.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/assets') 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; } -- cgit v1.2.3