Compare commits

..

No commits in common. "main" and "v0.0.2" have entirely different histories.
main ... v0.0.2

View file

@ -92,7 +92,7 @@
--info: #88aec8; --info: #88aec8;
--info-subtle: #101e2c; --info-subtle: #101e2c;
--info-border: #1e3850; --info-border: #1e3850;
--info-fg: #fff8e8; --info-fg: #0a1828;
--neutral: #7a6e60; --neutral: #7a6e60;
--neutral-fg: #fff8e8; --neutral-fg: #fff8e8;
@ -173,7 +173,7 @@
} }
html { html {
font-family: var(--font-sans); font-family: var(--font-sans);
font-size: 14px; font-size: 16px;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }