Separator margin

main
Bob Mottram 2020-11-07 16:15:58 +00:00
parent f11dca71bc
commit 861136edde
1 changed files with 2 additions and 2 deletions

View File

@ -463,8 +463,8 @@ def setThemeNight(baseDir: str):
"url('./fonts/solidaric-italic.woff2') format('woff2')"
themeParams = {
"main-visited-color": "#0481f5",
"post-separator-margin-top": "2%",
"post-separator-margin-bottom": "2%",
"post-separator-margin-top": "9%",
"post-separator-margin-bottom": "9%",
"post-separator-width": "80%",
"post-separator-height": "10%",
"column-left-header-background": "#07447c",