remove background from default anchor hover style

master
Hakim El Hattab 2012-07-15 19:30:18 -04:00
parent cd3fc43e77
commit d5c2d0c03e
1 changed files with 10 additions and 6 deletions

View File

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