diff --git a/theme.py b/theme.py index 53fc9be0..690d4dd4 100644 --- a/theme.py +++ b/theme.py @@ -461,6 +461,12 @@ def setThemeHacker(baseDir: str): def setThemeLight(baseDir: str): themeParams = { + "font-size-button-mobile": "36px", + "font-size": "32px", + "font-size2": "26px", + "font-size3": "40px", + "font-size4": "24px", + "font-size5": "22px", "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "main-bg-color": "#e6ebf0", "main-bg-color-dm": "#e3dbf0", diff --git a/webinterface.py b/webinterface.py index 49951be6..5938e996 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1294,7 +1294,8 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str, editProfileForm += '
' - editProfileForm += ' ' editProfileForm += ' '