mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Update doc look, fix some typos
This commit is contained in:
parent
7d277fb7dd
commit
5d072dae8e
5 changed files with 29 additions and 21 deletions
|
|
@ -696,6 +696,12 @@ div.code-block-caption + div > div.highlight > pre {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
div.highlight > pre {
|
||||
font-family: "Ubuntu Mono", monospace;
|
||||
line-height: 1.4em;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
|
||||
user-select: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
@import url("basic.css");
|
||||
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic);
|
||||
@import url(https://fonts.googleapis.com/css?family=Open%20Sans:400,700,400italic);
|
||||
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
|
||||
|
||||
/* -- page layout ----------------------------------------------------------- */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue