mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 20:40:24 +00:00
tweak docs masthead links hover
This commit is contained in:
parent
1d4660beea
commit
ee750bbce1
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue