mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Change doc style for code
This commit is contained in:
parent
b27e51ac32
commit
297daf5492
4 changed files with 73 additions and 15 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue