Skip to content

Instantly share code, notes, and snippets.

@himynameisdave
Created January 9, 2017 03:15
Show Gist options
  • Save himynameisdave/968f915c3a7f8a459e9acd2f4616a44a to your computer and use it in GitHub Desktop.
Save himynameisdave/968f915c3a7f8a459e9acd2f4616a44a to your computer and use it in GitHub Desktop.
Stylish <a> Styling - Base Styles
a {
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment