diff --git a/epicyon-profile.css b/epicyon-profile.css index e7ec7e69..3a8d892a 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -27,7 +27,7 @@ --font-color-header: #ccc; --font-size-button-mobile: 34px; --font-size-links: 18px; - --font-size-publish-button: 26px; + --font-size-publish-button: 18px; --font-size-newswire: 18px; --font-size-newswire-mobile: 48px; --font-size: 30px; diff --git a/theme.py b/theme.py index 840c40c8..218cfc02 100644 --- a/theme.py +++ b/theme.py @@ -335,6 +335,7 @@ def setThemeIndymediaClassic(baseDir: str): themeParams = { "hashtag-background-color": "darkred", "font-size-newswire": "18px", + "font-size-publish-button": "18px", "font-size-newswire-mobile": "48px", "line-spacing-newswire": "100%", "newswire-item-moderated-color": "white",