Skip to content

Instantly share code, notes, and snippets.

@fleeting
Created January 1, 2010 23:22
Show Gist options
  • Save fleeting/267303 to your computer and use it in GitHub Desktop.
Save fleeting/267303 to your computer and use it in GitHub Desktop.
.content a:link, .content a:visited, .content a:active {
color: #323232;
text-decoration: none;
border-bottom: 0;
}
.content:hover a:link, .content:hover a:visited, .content:hover a:active {
color: #323232;
text-decoration: none;
border-bottom: 1px dashed #323232;
}
.content:hover a:hover, .content a:hover {
color: #fff;
border-bottom: 0;
background: #323232;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment