diff options
author | luxagraf <sng@luxagraf.net> | 2011-05-19 18:57:20 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-05-19 18:57:20 -0400 |
commit | 3d8a37e7e24e0e597ed38958a6d18c6c324445ae (patch) | |
tree | dd18040ca3d3496df697ab84bc76b8bdf2854fc8 /media/sass | |
parent | c5805378d6864e63d432825c6453d24d716bd855 (diff) |
added fade effect to all links, for browser that support it
Diffstat (limited to 'media/sass')
-rw-r--r-- | media/sass/_typography.sass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/media/sass/_typography.sass b/media/sass/_typography.sass index 6e294d2..5dd39cf 100644 --- a/media/sass/_typography.sass +++ b/media/sass/_typography.sass @@ -119,6 +119,11 @@ footer p a text-decoration: none color: $brown + -webkit-transition: color 0.3s ease-out + -moz-transition: color 0.3s ease-out + -o-transition: color 0.3s ease-out + -ms-transition: color 0.3s ease-out + transition: color 0.3s ease-out &:hover color: $orange sup |