Last active
January 8, 2017 15:40
-
-
Save danbruegge/2ad94516be1e491b1e14aac4c286af21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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