From a9c40c5b11beac503f0cfe69ae17df8f4e1c85c6 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Sat, 7 Nov 2020 22:54:51 +0000
Subject: [PATCH] Publish button font size

---
 theme.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme.py b/theme.py
index a2af0db5b..aa020ffff 100644
--- a/theme.py
+++ b/theme.py
@@ -1088,7 +1088,7 @@ def setThemeIndymediaModern(baseDir: str):
         "hashtag-background-color": "#b2b2b2",
         "focus-color": "grey",
         "font-size-button-mobile": "26px",
-        "font-size-publish-button": "26px",
+        "font-size-publish-button": "14px",
         "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)",
         "column-left-color": "white",
         "main-bg-color": "white",