commit aa073abb27b1fe0ce44b70b9ef14b5937415c452
parent 8d9dc8e2814c0edd82614ebe007c89d8643768a9
Author: Jonathan Lassoff <jof@thejof.com>
Date: Mon, 29 Apr 2013 15:12:25 -0700
Add link transitition time.
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
@@ -245,6 +245,12 @@ a {
color: #ffcc00;
font-weight: 400;
text-decoration: none;
+
+ transition: all 0.3s;
+ -o-transition: all 0.3s;
+ -ms-transition: all 0.3s;
+ -moz-transition: all 0.3s;
+ -webkit-transition: all 0.3s;
}
a:hover {
color: #ffeb9b;