Skip to content

Instantly share code, notes, and snippets.

@maxkramer
Created November 24, 2013 00:12
Show Gist options
  • Save maxkramer/7621728 to your computer and use it in GitHub Desktop.
Save maxkramer/7621728 to your computer and use it in GitHub Desktop.
.article
h2
a
color: #3a9fbf
-o-transition: .3s
-ms-transition: .3s
-moz-transition: .3s
-webkit-transition: .3s
transition: .3s
a:hover
color: #bf5a3a
-o-transition: .3s
-ms-transition: .3s
-moz-transition: .3s
-webkit-transition: .3s
transition: .3s
a:active
color: rgb(208, 68, 47)
a:link
color: rgb(208, 68, 47)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment