From b3f7ad2e72b61da2d6abf4abfc4f5a45c6aa8ef0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 13 Oct 2020 18:25:47 +0100 Subject: [PATCH] Comma --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 97910fa59..5c827f271 100644 --- a/theme.py +++ b/theme.py @@ -311,7 +311,7 @@ def setThemeIndymedia(baseDir: str): "column-center-width": "70vw", "column-right-width": "20vw", "column-right-icon-size": "11%", - "login-button-color": "red" + "login-button-color": "red", "login-button-fg-color": "white" } setThemeFromDict(baseDir, name, themeParams, bgParams)