From 8be427ece588650ed1865c825965e9ef78754a80 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Nov 2020 14:01:07 +0000 Subject: [PATCH] Squarer buttons --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index 7888ca17..2ab34677 100644 --- a/theme.py +++ b/theme.py @@ -1131,6 +1131,7 @@ def setThemeIndymediaModern(baseDir: str): def setThemeSolidaric(baseDir: str): name = 'solidaric' themeParams = { + "button-corner-radius": "5px", "column-left-icons-margin": "15px", "post-separator-width": "96.5%", "post-separator-height": "40px",