Skip to content

Instantly share code, notes, and snippets.

@tail-call
Created July 12, 2020 15:59
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 tail-call/d605e30e9765278d3f61c84f2f7e7926 to your computer and use it in GitHub Desktop.
Save tail-call/d605e30e9765278d3f61c84f2f7e7926 to your computer and use it in GitHub Desktop.
CSS variables theming demo that fits in a tweet
<style>body{--b:#0cf;--f:#fff}.d{--b:#009;--f:#ddd;background: gray}x{display:flex;justify-content:center;background:var(--b)}z{color:var(--f)}</style><x><z>wow demo<button onclick="(o=document.body).className=o.className?'':'d'">+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment