From e7b8badb5c2629b12dec4e96f82b3cae4603b01e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Nov 2020 12:48:23 +0000 Subject: [PATCH] Date color for light theme --- theme.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.py b/theme.py index c283b447a..9e601ff7b 100644 --- a/theme.py +++ b/theme.py @@ -958,6 +958,9 @@ def setThemeHacker(baseDir: str): def setThemeLight(baseDir: str): name = 'light' themeParams = { + "newswire-item-moderated-color", "grey", + "newswire-date-moderated-color": "grey", + "newswire-date-color": "#0562bd", "search-banner-height": "25vh", "search-banner-height-mobile": "15vh", "banner-height": "20vh",