Larger fonts

main
Bob Mottram 2020-05-29 11:11:02 +01:00
parent c38b65bee3
commit 7f5c79ec42
1 changed files with 8 additions and 0 deletions

View File

@ -157,6 +157,14 @@ def setThemeBlue(baseDir: str):
removeTheme(baseDir)
setThemeInConfig(baseDir, 'blue')
themeParams = {
"font-size-header": "22px",
"font-size": "45px",
"font-size2": "45px",
"font-size3": "45px",
"font-size4": "35px",
"font-size5": "29px",
"gallery-font-size": "35px",
"gallery-font-size-mobile": "55px",
"main-bg-color": "#002365",
"text-entry-background": "#002365",
"link-bg-color": "#002365",