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