Date color for light theme

merge-requests/8/head
Bob Mottram 2020-11-12 12:48:23 +00:00
parent 703d23197c
commit e7b8badb5c
1 changed files with 3 additions and 0 deletions

View File

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