Skip to content

Instantly share code, notes, and snippets.

@joehonton
Created February 5, 2020 05:45
Show Gist options
  • Save joehonton/fa7d5cecf30c044f433585a384602640 to your computer and use it in GitHub Desktop.
Save joehonton/fa7d5cecf30c044f433585a384602640 to your computer and use it in GitHub Desktop.
a {
color: blue;
text-decoration: none;
border-bottom: 1px dotted blue;
}
a:visited {
border-bottom: 1px dotted purple;
}
a:hover {
border-bottom: 1px solid blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment