Skip to content

Instantly share code, notes, and snippets.

@timgthomas
Created July 29, 2011 17:46
Show Gist options
  • Save timgthomas/1114324 to your computer and use it in GitHub Desktop.
Save timgthomas/1114324 to your computer and use it in GitHub Desktop.
a.button {
background: #222;
border: solid 1px #666;
color: #666;
}
a.button:hover {
background: #06a;
border: solid 1px #fff;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment