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

This commit is contained in:
Tim Friedrich Weber 2024-03-21 16:07:08 +01:00
parent ea650b3b56
commit ad92b213c9

View File

@ -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;