0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

tweak docs masthead links hover

This commit is contained in:
Mark Otto 2012-07-20 21:38:28 -07:00
parent 1d4660beea
commit ee750bbce1

View File

@ -196,9 +196,13 @@ hr.soften {
.masthead-links a {
color: #fff;
color: rgba(255,255,255,.5);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.masthead-links a:hover {
color: #fff;
text-shadow: 0 0 10px rgba(255,255,255,.25);
}
/* Social proof buttons from GitHub & Twitter */