mirror of https://gitlab.com/bashrc2/epicyon
Zen banner height
parent
9fb9c9b308
commit
0155637fa9
2
theme.py
2
theme.py
|
@ -663,6 +663,8 @@ def setThemeZen(baseDir: str):
|
||||||
setRssIconAtTop(baseDir, True)
|
setRssIconAtTop(baseDir, True)
|
||||||
setPublishButtonAtTop(baseDir, False)
|
setPublishButtonAtTop(baseDir, False)
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"banner-height": "25vh",
|
||||||
|
"banner-height-mobile": "10vh",
|
||||||
"newswire-date-color": "yellow",
|
"newswire-date-color": "yellow",
|
||||||
"main-bg-color": "#5c4e41",
|
"main-bg-color": "#5c4e41",
|
||||||
"column-left-color": "#5c4e41",
|
"column-left-color": "#5c4e41",
|
||||||
|
|
Loading…
Reference in New Issue