diff --git a/docs/styles/extra.css b/docs/styles/extra.css index 22fe79f..6f32f2e 100644 --- a/docs/styles/extra.css +++ b/docs/styles/extra.css @@ -18,8 +18,8 @@ font-weight: 600; } - /* Footer styling tweaks */ + .md-footer { background-color: #485FC7; } @@ -29,14 +29,12 @@ } /* Mobile sidebar styling tweaks */ -.md-nav--primary .md-nav__title ~ .md-nav__list { - background-color: #D7E4FF !important; -} .md-nav__source { background-color: #A7C5FF !important; } -label.md-nav__title[for="__drawer"] { +.md-nav--primary .md-nav__title { background-color: #6A9CFF !important; + color: var(--md-primary-bg-color) !important; }