From 7071e0080d206b33c346f223ba1b214b32e40845 Mon Sep 17 00:00:00 2001 From: Tim Friedrich Weber Date: Tue, 19 Mar 2024 16:08:14 +0100 Subject: [PATCH] Change Footer color; Change mobile flyout background color --- docs/stylesheets/u10.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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