Skip to content

Instantly share code, notes, and snippets.

@sebastiano-guerriero
Created August 2, 2018 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastiano-guerriero/db566930e94db7166f81b947b23cd24e to your computer and use it in GitHub Desktop.
Save sebastiano-guerriero/db566930e94db7166f81b947b23cd24e to your computer and use it in GitHub Desktop.
.theme--dark {
color: var(--gray-1);
h1, h2, h3, h4 {
color: var(--white);
}
.text--subtle {
color: var(--gray-4);
}
a {
color: var(--color-accent);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment