Change Footer color; Change mobile flyout background color
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 4m10s

This commit is contained in:
Tim Friedrich Weber 2024-03-19 16:08:14 +01:00
parent 6ba9259704
commit 7071e0080d

View File

@ -44,8 +44,20 @@ a:hover,
transition: .3s all ease;
}
.md-footer__link:hover {
color: #fff !important;
}
.md-header,
.md-tabs
.md-tabs,
.md-footer
{
background-color: #3B7EA5 !important;
}
}
@media screen and (max-width: 76.234375em) {
html [data-md-color-primary=black] .md-nav--primary .md-nav__title[for=__drawer] {
background-color: #3B7EA5;
}
}