Column widths

main
Bob Mottram 2020-10-24 23:37:31 +01:00
parent 2790b2a22d
commit 617cfb18b6
1 changed files with 3 additions and 0 deletions

View File

@ -906,6 +906,9 @@ def setThemeLight(baseDir: str):
def setThemeIndymediaModern(baseDir: str):
name = 'indymediamodern'
themeParams = {
"column-left-width": "10vw",
"column-center-width": "70vw",
"column-right-width": "20vw",
"column-right-fg-color": "#25408f",
"column-right-fg-color-voted-on": "red",
"newswire-item-moderated-color": "red",