Created
May 29, 2019 19:59
-
-
Save ericwbailey/227eff1f8afbd1c993486e37446fceed to your computer and use it in GitHub Desktop.
#writing #thoughtbot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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