From 05666459069d30c0eb6b29a7fa3be56de1db1ae2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Jun 2020 20:02:35 +0100 Subject: [PATCH] Light theme font size --- theme.py | 6 ++++++ webinterface.py | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 += ' '