mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
add torchlight class for pwsh prompts
This commit is contained in:
parent
ddcd27832f
commit
db5e501054
1 changed files with 5 additions and 0 deletions
|
@ -117,3 +117,8 @@ When the code block is hovered, bring all the lines into focus.
|
|||
webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.cmd_pwsh::before {
|
||||
color: var(--base07);
|
||||
content: "PS> ";
|
||||
}
|
Loading…
Reference in a new issue