]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweak docs masthead links hover
authorMark Otto <markotto@twitter.com>
Sat, 21 Jul 2012 04:38:28 +0000 (21:38 -0700)
committerMark Otto <markotto@twitter.com>
Sat, 21 Jul 2012 04:38:28 +0000 (21:38 -0700)
docs/assets/css/docs.css

index 7013fb3ea03fb8f5549d2d40dda34e8c4f460eb7..f16cb7442e60ff50d2dd867137cd8cda8fdf7a9f 100644 (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 */