Skip to content

Instantly share code, notes, and snippets.

@sebastiano-guerriero
Last active August 2, 2018 11:09
Show Gist options
  • Select an option

  • Save sebastiano-guerriero/c478ad78d079c20ac622817808f18d60 to your computer and use it in GitHub Desktop.

Select an option

Save sebastiano-guerriero/c478ad78d079c20ac622817808f18d60 to your computer and use it in GitHub Desktop.
@supports(--css: variables) {
.theme--dark {
--component-background: var(--black);
--color-border: var(--gray-6);
--color-text: var(--gray-4);
--color-text-heading: var(--white);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment