From c9512ae2e0b6b4fa18b394a84bbd29b06bda144a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 24 Oct 2020 23:16:33 +0100 Subject: [PATCH] Square look --- theme.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.py b/theme.py index 4d229932d..284b7c0aa 100644 --- a/theme.py +++ b/theme.py @@ -906,6 +906,8 @@ def setThemeLight(baseDir: str): def setThemeIndymediaModern(baseDir: str): name = 'indymediamodern' themeParams = { + "button-corner-radius": "7px", + "timeline-border-radius": "0px", "publish-button-background": "#25408f", "publish-button-text": "white", "hashtag-background-color": "lightblue",