From c4d1c36a2cf525219b0432cf1c5aa6ee35623971 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Nov 2020 18:06:43 +0000 Subject: [PATCH] Header background color --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index bc752b061..a54bf0b13 100644 --- a/theme.py +++ b/theme.py @@ -462,6 +462,7 @@ def setThemeNight(baseDir: str): fontStrItalic = \ "url('./fonts/solidaric-italic.woff2') format('woff2')" themeParams = { + "column-left-header-background": "#07447c", "banner-height": "15vh", "banner-height-mobile": "10vh", "focus-color": "blue",