Solidaric button background color

main
Bob Mottram 2020-10-15 15:42:49 +01:00
parent 46cc5ea596
commit 9b0e0451c2
1 changed files with 2 additions and 0 deletions

View File

@ -840,6 +840,8 @@ def setThemeLight(baseDir: str):
def setThemeSolidaric(baseDir: str): def setThemeSolidaric(baseDir: str):
name = 'solidaric' name = 'solidaric'
themeParams = { themeParams = {
"button-highlighted": "darkred",
"button-selected-highlighted": "darkred",
"newswire-date-color": "grey", "newswire-date-color": "grey",
"focus-color": "grey", "focus-color": "grey",
"font-size-button-mobile": "36px", "font-size-button-mobile": "36px",