Skip to content

Instantly share code, notes, and snippets.

@MCheli
Created October 28, 2016 12:37
Show Gist options
  • Save MCheli/5c88cb04d510fa80cb9aaec0903d657d to your computer and use it in GitHub Desktop.
Save MCheli/5c88cb04d510fa80cb9aaec0903d657d to your computer and use it in GitHub Desktop.
Remove default styling from <a> tag (for links)
a, a:link, a:visited, a:focus, a:active {
color: #ffffff;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment