Commit ee750bbc authored by Mark Otto's avatar Mark Otto
Browse files

tweak docs masthead links hover

parent 1d4660be
Showing with 4 additions and 0 deletions
+4 -0
...@@ -196,9 +196,13 @@ hr.soften { ...@@ -196,9 +196,13 @@ hr.soften {
.masthead-links a { .masthead-links a {
color: #fff; color: #fff;
color: rgba(255,255,255,.5); 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 { .masthead-links a:hover {
color: #fff; color: #fff;
text-shadow: 0 0 10px rgba(255,255,255,.25);
} }
/* Social proof buttons from GitHub & Twitter */ /* Social proof buttons from GitHub & Twitter */
......
Supports Markdown
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