From 478b5318588a447ab137ee9b2a07f4eccf03da15 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 16 Sep 2020 09:35:45 +0100 Subject: [PATCH] More line spacing --- theme.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 52087c5f..5dec0f49 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)