From ec944d0ad429026ec90a6b6ea0aa949ff00149cf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 11 Nov 2020 15:01:51 +0000 Subject: [PATCH] Larger font for pgp --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index 6fc2c02c..ad27f69e 100644 --- a/theme.py +++ b/theme.py @@ -1154,6 +1154,7 @@ def setThemeIndymediaModern(baseDir: str): def setThemeSolidaric(baseDir: str): name = 'solidaric' themeParams = { + "font-size-pgp-key2": "18px", "button-corner-radius": "5px", "column-left-icons-margin": "15px", "post-separator-width": "96.5%",