From 90e4f5184468adbc6528413fa34a13027199f1a5 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 11 Mar 2021 14:15:13 +0100 Subject: [PATCH] fix footer two-color --- .github/docs/_static/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/docs/_static/custom.css b/.github/docs/_static/custom.css index a05119f1b6d..9d429390b47 100644 --- a/.github/docs/_static/custom.css +++ b/.github/docs/_static/custom.css @@ -2,4 +2,5 @@ --md-primary-fg-color: #0096d7; --md-primary-fg-color--light: #0096d7; --md-primary-fg-color--dark: #0096d7; + --md-footer-bg-color--dark: #fffff; }