Skip to content

Instantly share code, notes, and snippets.

@jdelia
Created January 19, 2016 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdelia/c18da8d964b3323a0743 to your computer and use it in GitHub Desktop.
Save jdelia/c18da8d964b3323a0743 to your computer and use it in GitHub Desktop.
a {
color: $base_link_color;
border-bottom: $base_link_color 1px dotted;
font-weight: 400;
text-decoration: none;
word-wrap: break-word;
}
a:hover {
color: lighten($black, 33);
border-bottom: transparent 1px dotted;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment