From 3af89c8920a3f3832470a2dcb945b797d51b75be Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Nov 2020 18:03:19 +0000 Subject: [PATCH] Header background color --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index 3816578b..bc752b06 100644 --- a/theme.py +++ b/theme.py @@ -525,6 +525,7 @@ def setThemeStarlight(baseDir: str): setRssIconAtTop(baseDir, True) setPublishButtonAtTop(baseDir, False) themeParams = { + "column-left-header-background": "#69282c", "column-left-image-width-mobile": "40vw", "line-spacing-newswire": "120%", "focus-color": "darkred",