forked from indymedia/epicyon
Icon size
parent
58864e1630
commit
5bba82cf0f
2
theme.py
2
theme.py
|
@ -949,6 +949,8 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
fontStr = \
|
fontStr = \
|
||||||
"url('./fonts/CheGuevaraTextSans-Regular.woff2') format('woff2')"
|
"url('./fonts/CheGuevaraTextSans-Regular.woff2') format('woff2')"
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"column-right-icon-size": "11%",
|
||||||
|
"button-height-padding": "5px",
|
||||||
"icon-brightness-change": "70%",
|
"icon-brightness-change": "70%",
|
||||||
"border-width-header": "0px",
|
"border-width-header": "0px",
|
||||||
"tab-border-width": "3px",
|
"tab-border-width": "3px",
|
||||||
|
|
Loading…
Reference in New Issue