From aed33921fb76b2c8cb979f4c52f52bd199804dbf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 13 Aug 2020 19:51:33 +0100 Subject: [PATCH] theme color in header --- webinterface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webinterface.py b/webinterface.py index 4028e531f..206cca1bd 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2298,6 +2298,7 @@ def htmlHeader(cssFilename: str, css: str, lang='en') -> str: fontFormat + '" href="' + fontName + '" crossorigin>\n' htmlStr += ' \n' htmlStr += ' \n' + htmlStr += ' \n' htmlStr += ' \n' htmlStr += ' \n' return htmlStr