fix font sizing

vite
Bradlee Speice 2023-04-22 03:26:57 +00:00
parent c32052e9e1
commit 11b70a6da8
1 changed files with 1 additions and 1 deletions

View File

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