From 9fa5362622cbd6d18e138558aeefa47f5e4b099d Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Wed, 16 Sep 2020 09:39:11 +0100 Subject: [PATCH] Brighter selected button --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 5dec0f49..09bb8f9c 100644 --- a/theme.py +++ b/theme.py @@ -279,7 +279,7 @@ def setThemeIndymedia(baseDir: str): "hashtag-vertical-spacing4": "150px", "button-background-hover": "#173048", "button-background": "#003366", - "button-selected": "#011830", + "button-selected": "blue", "calendar-bg-color": "#0f0d10", "event-background": "#555", "quote-right-margin": "0",