mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-11 08:54:23 +01:00
tweak docs masthead links hover
This commit is contained in:
parent
1d4660beea
commit
ee750bbce1
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user