Compare commits

...

1 commit
v0.0.3 ... main

Author SHA1 Message Date
0ae1caaf5a
fix: tweak font size
All checks were successful
ci / build (push) Successful in 32s
ci / publish-docs (push) Successful in 44s
ci / publish (push) Successful in 13s
2026-07-16 13:27:30 -04:00

View file

@ -173,7 +173,7 @@
}
html {
font-family: var(--font-sans);
font-size: 16px;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}