Fix Link hover color; change back-to-top hover color
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 3m2s
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 3m2s
This commit is contained in:
parent
ea650b3b56
commit
ad92b213c9
@ -22,10 +22,21 @@
|
|||||||
background: #3B7EA5;
|
background: #3B7EA5;
|
||||||
}
|
}
|
||||||
|
|
||||||
a{
|
.md-typeset a{
|
||||||
|
color: #3B7EA5;
|
||||||
|
opacity: 1;
|
||||||
transition: .3s all ease;
|
transition: .3s all ease;
|
||||||
}
|
}
|
||||||
a:hover,
|
.md-typeset a:hover{
|
||||||
|
color: #000000;
|
||||||
|
opacity: .87;
|
||||||
|
transition: .3s all ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.md-top:hover{
|
||||||
|
background-color: #3B7EA5;
|
||||||
|
}
|
||||||
|
|
||||||
.md-nav__item .md-nav__link--active{
|
.md-nav__item .md-nav__link--active{
|
||||||
color: #3B7EA5 !important;
|
color: #3B7EA5 !important;
|
||||||
transition: .3s all ease;
|
transition: .3s all ease;
|
||||||
|
Loading…
Reference in New Issue
Block a user