Font size for publish button

main
Bob Mottram 2020-10-26 21:38:38 +00:00
parent 51f2835872
commit 7790e76700
2 changed files with 3 additions and 1 deletions

View File

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

View File

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