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)