mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +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
|
@ -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> ";
|
||||
}
|
Loading…
Reference in a new issue