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:
parent
1d4660beea
commit
ee750bbce1
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user