vdoc: fix font-size (#5696)

pull/5654/head^2
Rasmus Schultz 2020-07-06 12:31:16 +02:00 committed by GitHub
parent c3614c0e38
commit 1d10b150c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ body {
pre, code, pre code {
color: #5c6e74;
color: var(--code-default-text-color);
font-size: 0.9rem;
font-size: 0.948em;
text-shadow: none;
font-family: monospace;
background-color: #edf2f7;
@ -573,4 +573,4 @@ pre {
.doc-toc {
top: 0;
}
}
}