remove background from default anchor hover style
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 15 Jul 2012 23:30:18 +0000 (19:30 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 15 Jul 2012 23:30:18 +0000 (19:30 -0400)
css/main.css

index ba3c420cefdc17a7df40990a070ad1056fd5c49a..3f546b602758d23896bf08c673bc501e64b1668b 100644 (file)
@@ -226,6 +226,10 @@ body {
        vertical-align: top;
 }
 
+.reveal small * {
+       vertical-align: top;
+}
+
 .reveal q {    
        font-style: italic;
 }
@@ -240,16 +244,16 @@ body {
        color: hsl(185, 85%, 50%);
        text-decoration: none;
 
-       -webkit-transition: all .2s ease;
-          -moz-transition: all .2s ease;
-           -ms-transition: all .2s ease;
-            -o-transition: all .2s ease;
-               transition: all .2s ease;
+       -webkit-transition: color .15s ease;
+          -moz-transition: color .15s ease;
+           -ms-transition: color .15s ease;
+            -o-transition: color .15s ease;
+               transition: color .15s ease;
 }
        
        .reveal a:not(.image):hover {
                color: hsl(185, 85%, 70%);
-               background: hsla(185, 25%, 20%, 0.4);
+               
                text-shadow: none;
                border: none;
                border-radius: 2px;