Files
2026-02-19 12:10:51 -08:00

16 lines
211 B
CSS

:root {
color-scheme: light;
}
html, body {
margin: 0;
padding: 0;
font-family: system-ui, -apple-system, Segoe UI, sans-serif;
background: #f7f7f5;
color: #1d1d1f;
}
main {
min-height: 100vh;
}