mirror of https://gitlab.com/bashrc2/epicyon
Font size for publish button
parent
51f2835872
commit
7790e76700
|
@ -27,6 +27,7 @@
|
||||||
--font-color-header: #ccc;
|
--font-color-header: #ccc;
|
||||||
--font-size-button-mobile: 34px;
|
--font-size-button-mobile: 34px;
|
||||||
--font-size-links: 18px;
|
--font-size-links: 18px;
|
||||||
|
--font-size-publish-button: 26px;
|
||||||
--font-size-newswire: 18px;
|
--font-size-newswire: 18px;
|
||||||
--font-size-newswire-mobile: 48px;
|
--font-size-newswire-mobile: 48px;
|
||||||
--font-size: 30px;
|
--font-size: 30px;
|
||||||
|
@ -1307,7 +1308,7 @@ aside .toggle-inside li {
|
||||||
border: none;
|
border: none;
|
||||||
color: var(--publish-button-text);
|
color: var(--publish-button-text);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: var(--font-size-header);
|
font-size: var(--font-size-publish-button);
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
padding: var(--button-height-padding);
|
padding: var(--button-height-padding);
|
||||||
width: 10%;
|
width: 10%;
|
||||||
|
|
1
theme.py
1
theme.py
|
@ -1034,6 +1034,7 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
"hashtag-background-color": "#b2b2b2",
|
"hashtag-background-color": "#b2b2b2",
|
||||||
"focus-color": "grey",
|
"focus-color": "grey",
|
||||||
"font-size-button-mobile": "26px",
|
"font-size-button-mobile": "26px",
|
||||||
|
"font-size-publish-button": "26px",
|
||||||
"font-size": "32px",
|
"font-size": "32px",
|
||||||
"font-size2": "26px",
|
"font-size2": "26px",
|
||||||
"font-size3": "40px",
|
"font-size3": "40px",
|
||||||
|
|
Loading…
Reference in New Issue