From cdeac2849e3557d92db212e5740763220d3c899c Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Tue, 18 May 2021 14:30:17 +0200 Subject: [PATCH] Further styling improvements for docs Signed-off-by: Mario Sarcher --- docs/stylesheets/extra.css | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index f0307cd153..3f7e4560d7 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -5,7 +5,24 @@ :root > * { /* Footer */ - --md-footer-bg-color: #3d90ce; + --md-footer-bg-color: #e8e8e8; + --md-footer-bg-color--dark: #cccdcf; + --md-footer-fg-color: #3d90ce; + --md-footer-fg-color--light: #fff; + + /* Background */ + --md-default-bg-color: #f1f1f1; +} + +[data-md-color-scheme="slate"] { + /* Footer */ + --md-footer-bg-color: #2e3136; + --md-footer-bg-color--dark: #262b2f; + --md-footer-fg-color: #3d90ce; + --md-footer-fg-color--light: #fff; + + /* Background */ + --md-default-bg-color: #1e2124; } .md-version__list { @@ -13,7 +30,11 @@ } .md-header-nav__title { - margin-left: 0; + margin-left: 0; +} + +.md-header__title { + margin-left: 0; } ul.video-list {