Abandon separator

main
Bob Mottram 2020-11-07 19:19:58 +00:00
parent d363e0291f
commit b97947ce6e
2 changed files with 1 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

View File

@ -605,8 +605,6 @@ def setThemeHenge(baseDir: str):
setRssIconAtTop(baseDir, True)
setPublishButtonAtTop(baseDir, False)
themeParams = {
"post-separator-width": "96.5%",
"post-separator-height": "40px",
"banner-height": "25vh",
"column-left-image-width-mobile": "40vw",
"column-right-image-width-mobile": "40vw",
@ -628,7 +626,7 @@ def setThemeHenge(baseDir: str):
"column-left-fg-color": "white",
"main-bg-color-dm": "#343335",
"border-color": "#222",
"border-width": "0",
"border-width": "5px",
"border-width-header": "5px",
"main-bg-color-reply": "#383335",
"main-bg-color-report": "#383335",