More doc style updates

This commit is contained in:
Griatch 2021-11-10 09:08:31 +01:00
parent 508ecdb3f7
commit 0f3f6244cb
3 changed files with 23 additions and 22 deletions

View file

@ -697,9 +697,9 @@ div.code-block-caption + div > div.highlight > pre {
}
div.highlight > pre {
font-family: "Ubuntu Mono", monospace;
font-family: "Courier Prime", monospace;
line-height: 1.4em;
font-size: small;
font-size: smaller;
}
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
@ -753,6 +753,7 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
div.viewcode-block:target {
margin: -1px -10px;
padding: 0 10px;
font-family: "Courier Prime", monospace;
}
/* -- math display ---------------------------------------------------------- */