Updated HTML docs

This commit is contained in:
Griatch 2021-11-13 02:28:53 +01:00
parent d377fd6c90
commit 1e6ef173ac
650 changed files with 23457 additions and 27435 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;
}