Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rsschouwenaar/46fe01cd4aa8980c7bfcc93e29415e2b to your computer and use it in GitHub Desktop.
Save rsschouwenaar/46fe01cd4aa8980c7bfcc93e29415e2b to your computer and use it in GitHub Desktop.
:root {
--textcolor: #ffc845;
}
div {
color: var(--textcolor);
}
.wrapper {
--textcolor: #66e387;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment