Skip to content

Instantly share code, notes, and snippets.

@garbray
Created September 4, 2012 20:17
Show Gist options
  • Save garbray/3625975 to your computer and use it in GitHub Desktop.
Save garbray/3625975 to your computer and use it in GitHub Desktop.
css simple a styling
li a {
color: #999;
}
li a:hover {
color: #666;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment