css: reduce pre font size

This commit is contained in:
Anirudh Oppiliappan 2022-12-22 14:45:22 +05:30
parent a64f9d8f14
commit d58151dbb0
No known key found for this signature in database
GPG Key ID: 8A93F96F78C5D4C4
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ html {
pre { pre {
font-family: var(--mono-font); font-family: var(--mono-font);
font-size: 0.8rem;
} }
::selection { ::selection {