From 46cc5ea596c7acbd8f795bd43e3b5d10a005ab85 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 15 Oct 2020 15:08:42 +0100 Subject: [PATCH] Solidaric theme date color --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index 07fab4665..54daa04bb 100644 --- a/theme.py +++ b/theme.py @@ -840,6 +840,7 @@ def setThemeLight(baseDir: str): def setThemeSolidaric(baseDir: str): name = 'solidaric' themeParams = { + "newswire-date-color": "grey", "focus-color": "grey", "font-size-button-mobile": "36px", "font-size": "32px",