main
Bob Mottram 2020-10-13 18:25:47 +01:00
parent 23d94ee614
commit b3f7ad2e72
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ def setThemeIndymedia(baseDir: str):
"column-center-width": "70vw", "column-center-width": "70vw",
"column-right-width": "20vw", "column-right-width": "20vw",
"column-right-icon-size": "11%", "column-right-icon-size": "11%",
"login-button-color": "red" "login-button-color": "red",
"login-button-fg-color": "white" "login-button-fg-color": "white"
} }
setThemeFromDict(baseDir, name, themeParams, bgParams) setThemeFromDict(baseDir, name, themeParams, bgParams)