Use 13px instead of 12px for the base font size

This commit is contained in:
Dan Stillman 2023-12-17 05:19:59 -05:00
parent 687a6c5091
commit 7ca6a7a37b

View file

@ -4,7 +4,7 @@
:root {
font-family: system-ui, -apple-system, sans-serif;
font-size: 12px;
font-size: 13px;
font-style: normal;
@media (-moz-platform: windows) {
--color-accent: var(--accent-blue);