Skip to content

Instantly share code, notes, and snippets.

@robertocarroll
Created November 6, 2014 11:18
Show Gist options
  • Save robertocarroll/48b89e078b3ff8708a70 to your computer and use it in GitHub Desktop.
Save robertocarroll/48b89e078b3ff8708a70 to your computer and use it in GitHub Desktop.
button, .button {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 5px solid;
box-shadow: none;
font-family: "adelle",georgia,serif;
letter-spacing: 0.1em;
outline: medium none;
padding: 0.2em 0.6em;
text-transform: uppercase;
}
button:hover, a:hover button, .button:hover, a:hover .button, button.transparent:hover {
background-color: hsl(282, 99%, 31%) !important;
border-color: hsl(282, 99%, 31%);
color: hsl(58, 100%, 84%);
}
http://gridstylesheets.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment