Skip to content

Instantly share code, notes, and snippets.

@ericwbailey
Created May 29, 2019 19:59
Show Gist options
  • Save ericwbailey/227eff1f8afbd1c993486e37446fceed to your computer and use it in GitHub Desktop.
Save ericwbailey/227eff1f8afbd1c993486e37446fceed to your computer and use it in GitHub Desktop.
#writing #thoughtbot
.c-tab {
color: var(--color-tab-type);
// Other component declarations
@media (prefers-color-scheme: dark) {
--color-tab-link: #ffffff;
color: var(--color-tab-link)
// Other component theme tweaks
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment