add torchlight class for pwsh prompts

This commit is contained in:
John Bowdre 2023-11-05 07:58:52 -06:00
parent ddcd27832f
commit db5e501054

View file

@ -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> ";
}