Commit ee750bbc authored by Mark Otto's avatar Mark Otto

tweak docs masthead links hover

parent 1d4660be
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment