fix font sizing

This commit is contained in:
Bradlee Speice 2023-04-22 03:26:57 +00:00
parent c32052e9e1
commit 11b70a6da8

View File

@ -57,7 +57,7 @@ pre {
code {
font-family: "JetBrains Mono", monospace;
font-size: 14pt;
font-size: 13pt;
background-color: var(--color-highlight);
}