main
Bob Mottram 2020-11-12 12:50:10 +00:00
parent e7b8badb5c
commit e12b84d723
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ def setThemeHacker(baseDir: str):
def setThemeLight(baseDir: str): def setThemeLight(baseDir: str):
name = 'light' name = 'light'
themeParams = { themeParams = {
"newswire-item-moderated-color", "grey", "newswire-item-moderated-color": "grey",
"newswire-date-moderated-color": "grey", "newswire-date-moderated-color": "grey",
"newswire-date-color": "#0562bd", "newswire-date-color": "#0562bd",
"search-banner-height": "25vh", "search-banner-height": "25vh",