Skip to content

Instantly share code, notes, and snippets.

@ericwbailey
Created May 29, 2019 19:54
Show Gist options
  • Save ericwbailey/da573d609654bdf630b35981f4159296 to your computer and use it in GitHub Desktop.
Save ericwbailey/da573d609654bdf630b35981f4159296 to your computer and use it in GitHub Desktop.
#writing #thoughtbot
.c-tab {
color: c(tab, type);
border: 1px solid c(tab, border);
padding: 1rem 3rem;
@media (prefers-color-scheme: dark) {
background-color: c(tab, dark-theme, background);
}
a {
color: c(tab, link);
&:hover,
&:focus {
color: c(tab, link-hover);
text-decoration: underline;
}
&:focus {
color: c(tab, link-active);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment