diff --git a/theme.py b/theme.py index 52087c5f0..5dec0f496 100644 --- a/theme.py +++ b/theme.py @@ -291,7 +291,8 @@ def setThemeIndymedia(baseDir: str): "place-color": "#003366", "event-color": "#003366", "title-text": "white", - "title-background": "#003366" + "title-background": "#003366", + "quote-right-margin": "0.25em", } setThemeFromDict(baseDir, name, themeParams, bgParams)