Merge pull request #968 from mrpaulblack/normalize-info-page

[simple theme] Normalize info page
This commit is contained in:
Markus Heiser 2022-03-16 21:24:49 +01:00 committed by GitHub
commit 22cc4d3e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,6 @@
.info-page {
font-family: sans-serif;
font-size: 1.3em;
code {
font-family: monospace;
font-size: 1.3em;
color: var(--color-doc-code);
background-color: var(--color-doc-code-background);
padding: 2px 5px;