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

1 line
No EOL
228 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;}}