From db5e5010546a9497a4642d831ed3d313f1f7eedc Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 5 Nov 2023 07:58:52 -0600 Subject: [PATCH] add torchlight class for pwsh prompts --- assets/css/torchlight.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/torchlight.css b/assets/css/torchlight.css index 197c2cc..ec4febc 100644 --- a/assets/css/torchlight.css +++ b/assets/css/torchlight.css @@ -116,4 +116,9 @@ When the code block is hovered, bring all the lines into focus. .cmd_return { webkit-user-select: none; user-select: none; +} + +.cmd_pwsh::before { + color: var(--base07); + content: "PS> "; } \ No newline at end of file