Compare commits

...

2 commits
v0.0.2 ... 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
895497ee8a
One last tweak
All checks were successful
ci / build (push) Successful in 31s
ci / publish (push) Successful in 12s
ci / publish-docs (push) Successful in 49s
2026-07-16 08:42:56 -04:00

View file

@ -92,7 +92,7 @@
--info: #88aec8;
--info-subtle: #101e2c;
--info-border: #1e3850;
--info-fg: #0a1828;
--info-fg: #fff8e8;
--neutral: #7a6e60;
--neutral-fg: #fff8e8;
@ -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;
}