summaryrefslogtreecommitdiff
path: root/media/sass/_typography.sass
diff options
context:
space:
mode:
Diffstat (limited to 'media/sass/_typography.sass')
-rw-r--r--media/sass/_typography.sass5
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