From 8d4e554de24511f44acec47dc6915d13e1a57c05 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 30 Jul 2020 18:33:48 +0100 Subject: [PATCH] Link background --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 36b39e23..481a466c 100644 --- a/theme.py +++ b/theme.py @@ -709,7 +709,7 @@ def setThemeSolidaric(baseDir: str): "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "main-bg-color": "white", "main-bg-color-dm": "white", - "link-bg-color": "#eee", + "link-bg-color": "white", "main-bg-color-reply": "white", "main-bg-color-report": "white", "main-header-color-roles": "#ebebf0",