forked from indymedia/epicyon
Starlight theme left column image width
parent
ec3ad05e8f
commit
84da7b3450
1
theme.py
1
theme.py
|
@ -414,6 +414,7 @@ def setThemeStarlight(baseDir: str):
|
||||||
removeTheme(baseDir)
|
removeTheme(baseDir)
|
||||||
setThemeInConfig(baseDir, name)
|
setThemeInConfig(baseDir, name)
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"column-left-image-width-mobile": "40vw",
|
||||||
"line-spacing-newswire": "120%",
|
"line-spacing-newswire": "120%",
|
||||||
"focus-color": "darkred",
|
"focus-color": "darkred",
|
||||||
"font-size-button-mobile": "36px",
|
"font-size-button-mobile": "36px",
|
||||||
|
|
Loading…
Reference in New Issue