Change doc style for code

This commit is contained in:
Griatch 2021-11-10 23:45:40 +01:00
parent b27e51ac32
commit 297daf5492
4 changed files with 73 additions and 15 deletions

View file

@ -702,6 +702,13 @@ div.highlight > pre {
font-size: smaller;
}
/* default ({code-block}, no arg) - used for in-game code */
div.highlight-shell.notranslate > div.highlight > pre {
background-color: #faf2e6;
font-weight: bold;
font-style: italic;
}
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
user-select: none;
}