forked from indymedia/epicyon
Separator margin
parent
f11dca71bc
commit
861136edde
4
theme.py
4
theme.py
|
@ -463,8 +463,8 @@ def setThemeNight(baseDir: str):
|
||||||
"url('./fonts/solidaric-italic.woff2') format('woff2')"
|
"url('./fonts/solidaric-italic.woff2') format('woff2')"
|
||||||
themeParams = {
|
themeParams = {
|
||||||
"main-visited-color": "#0481f5",
|
"main-visited-color": "#0481f5",
|
||||||
"post-separator-margin-top": "2%",
|
"post-separator-margin-top": "9%",
|
||||||
"post-separator-margin-bottom": "2%",
|
"post-separator-margin-bottom": "9%",
|
||||||
"post-separator-width": "80%",
|
"post-separator-width": "80%",
|
||||||
"post-separator-height": "10%",
|
"post-separator-height": "10%",
|
||||||
"column-left-header-background": "#07447c",
|
"column-left-header-background": "#07447c",
|
||||||
|
|
Loading…
Reference in New Issue