itty-bitty/docs/base.css
2022-05-17 08:37:07 -07:00

4 lines
No EOL
232 B
CSS

body{margin:0 auto;padding:12vmin 10vmin;max-width:35em;line-height:1.5em;font-family:-apple-system,BlinkMacSystemFont,sans-serif;word-wrap:break-word;}
@media (prefers-color-scheme: dark){body{color:white;background-color:#111;}}