1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vdoc: fix font-size (#5696)

This commit is contained in:
Rasmus Schultz
2020-07-06 12:31:16 +02:00
committed by GitHub
parent c3614c0e38
commit 1d10b150c5

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;
}
}
}