Increase body font size 25% to accommodate Exo2

This commit is contained in:
Brooke 2024-05-29 13:36:43 -07:00
parent f8f57d0d40
commit 1ca2c62dc4
No known key found for this signature in database
GPG key ID: 56C4CCAEB8BD5307

View file

@ -14,7 +14,7 @@ body {
margin: 0;
padding: 0;
font-family: Exo2, Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
font-size: 1rem;
font-size: 1.25rem;
line-height: 1.54;
background-color: var(--background);
color: var(--color);