Default font size for publish button

main
Bob Mottram 2020-10-26 21:40:11 +00:00
parent 7790e76700
commit 90e5c140cf
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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",