Skip to content

Instantly share code, notes, and snippets.

@maxkramer
Created November 24, 2013 00:12

Revisions

  1. maxkramer created this gist Nov 24, 2013.
    20 changes: 20 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    .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)