Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created September 27, 2022 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btbytes/82603fb450f571fd7e4f7e09c5a8046b to your computer and use it in GitHub Desktop.
Save btbytes/82603fb450f571fd7e4f7e09c5a8046b to your computer and use it in GitHub Desktop.
minimum css
:root {color-scheme: light dark;}html {max-width: 70ch;padding: calc(1vmin + .5rem);margin-inline: auto;font-size: clamp(1em, 0.909em + 0.45vmin, 1.25em);font-family: system-ui}body :not(:is(h1,h2,h3,h4,h5,h6)) {line-height: 1.75;}h1,h2,h3,h4,h5,h6 {margin: 3em 0 1em;}p,ul,ol {margin-bottom:2em;color:#1d1d1d;font-family: sans-serif;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment