Skip to content

Instantly share code, notes, and snippets.

@pieterbeulque
Created October 14, 2015 09:36
Show Gist options
  • Save pieterbeulque/bdc25223824621e5c5d8 to your computer and use it in GitHub Desktop.
Save pieterbeulque/bdc25223824621e5c5d8 to your computer and use it in GitHub Desktop.
a {
border: 1px solid green;
color: red;
}
.hero {
color: white;
}
.hero a {
color: inherit;
border-color: currentColor;
}
// <div class="hero"><a>Deze link gaat wit zijn met witte border</a></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment