Skip to content

Instantly share code, notes, and snippets.

@paulmwatson
Created July 2, 2020 14:13
Show Gist options
  • Save paulmwatson/42c30c1c84fed517acdd573e35f74560 to your computer and use it in GitHub Desktop.
Save paulmwatson/42c30c1c84fed517acdd573e35f74560 to your computer and use it in GitHub Desktop.
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