From b2c4d139d79be7a3187cae2d5709208f18f9480b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 6 Nov 2020 20:42:55 +0000 Subject: [PATCH] Line color --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index b7dd3a473..903ebf8dd 100644 --- a/theme.py +++ b/theme.py @@ -1019,7 +1019,7 @@ def setThemeIndymediaModern(baseDir: str): fontStrItalic = \ "url('./fonts/NimbusSanL-italic.otf') format('opentype')" themeParams = { - "column-left-header-line-color": "#767674", + "column-left-header-line-color": "#BBBBBB", "column-left-header-line-width": "1px", "column-left-header-color": "black", "column-left-header-background": "white",