From c38b65bee3afeace7bda69ced7e34a811cdb1f7a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 29 May 2020 11:08:56 +0100 Subject: [PATCH] Link background color --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index 69a943ea1..2e4346f81 100644 --- a/theme.py +++ b/theme.py @@ -159,6 +159,7 @@ def setThemeBlue(baseDir: str): themeParams = { "main-bg-color": "#002365", "text-entry-background": "#002365", + "link-bg-color": "#002365", "main-bg-color-reply": "#002365", "main-bg-color-report": "#002365", "day-number2": "#002365",