diff --git a/docs/stylesheets/u10.css b/docs/stylesheets/u10.css index b1437f6..d73af1c 100644 --- a/docs/stylesheets/u10.css +++ b/docs/stylesheets/u10.css @@ -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; - } \ No newline at end of file + } + +@media screen and (max-width: 76.234375em) { + html [data-md-color-primary=black] .md-nav--primary .md-nav__title[for=__drawer] { + background-color: #3B7EA5; + } +} \ No newline at end of file