More line spacing

merge-requests/8/head
Bob Mottram 2020-09-16 09:35:45 +01:00
parent 3797c06b62
commit 478b531858
1 changed files with 2 additions and 1 deletions

View File

@ -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)