Created
July 2, 2020 14:13
-
-
Save paulmwatson/42c30c1c84fed517acdd573e35f74560 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
body { | |
--text-color: #111; | |
--background-color: #fff; | |
--primary-color: #fc0; | |
} | |
body { | |
color: var(--text-color); | |
background: var(--background-color); | |
} | |
h1, | |
color: var(--primary-color); | |
} | |
button { | |
background: var(--primary-color); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment