feat: no-select generic prompts in codeblocks

Makes it easier to copy console commands by e.g. triple-click

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-10-30 20:52:57 +01:00
parent f64276790d
commit cfdf5bd86a
1 changed files with 1 additions and 0 deletions

View File

@ -378,6 +378,7 @@
}
/* GenericPrompt */
.gp {
user-select: none;
color: #8f5902;
}
/* GenericStrong */