Skip to content

Instantly share code, notes, and snippets.

@danbruegge
Last active January 8, 2017 15:40
Show Gist options
  • Save danbruegge/2ad94516be1e491b1e14aac4c286af21 to your computer and use it in GitHub Desktop.
Save danbruegge/2ad94516be1e491b1e14aac4c286af21 to your computer and use it in GitHub Desktop.
:root{--bgColor:#fff;--textColor:#333;--brandColor:#ac3;--headerFontFamily:"Julius Sans One",sans-serif}body{background-color:var(--bgColor);color:var(--textColor);font-size:2.5em}.container{padding:0 1em}h1,h2{font-family:var(--headerFontFamily)}h1{color:var(--brandColor)}[type=checkbox]{height:1em;margin:0 .5em .3em;vertical-align:middle;width:1em}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment