diff --git a/epicyon-profile.css b/epicyon-profile.css index a04dcc506..e7ec7e694 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -27,6 +27,7 @@ --font-color-header: #ccc; --font-size-button-mobile: 34px; --font-size-links: 18px; + --font-size-publish-button: 26px; --font-size-newswire: 18px; --font-size-newswire-mobile: 48px; --font-size: 30px; @@ -1307,7 +1308,7 @@ aside .toggle-inside li { border: none; color: var(--publish-button-text); text-align: center; - font-size: var(--font-size-header); + font-size: var(--font-size-publish-button); font-family: Arial, Helvetica, sans-serif; padding: var(--button-height-padding); width: 10%; diff --git a/theme.py b/theme.py index e2cbad162..840c40c80 100644 --- a/theme.py +++ b/theme.py @@ -1034,6 +1034,7 @@ def setThemeIndymediaModern(baseDir: str): "hashtag-background-color": "#b2b2b2", "focus-color": "grey", "font-size-button-mobile": "26px", + "font-size-publish-button": "26px", "font-size": "32px", "font-size2": "26px", "font-size3": "40px",