Change Footer color; Change mobile flyout background color
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 4m10s
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 4m10s
This commit is contained in:
parent
6ba9259704
commit
7071e0080d
@ -44,8 +44,20 @@ a:hover,
|
|||||||
transition: .3s all ease;
|
transition: .3s all ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md-footer__link:hover {
|
||||||
|
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
.md-header,
|
.md-header,
|
||||||
.md-tabs
|
.md-tabs,
|
||||||
|
.md-footer
|
||||||
{
|
{
|
||||||
background-color: #3B7EA5 !important;
|
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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user