forked from indymedia/epicyon
Date color for light theme
parent
703d23197c
commit
e7b8badb5c
3
theme.py
3
theme.py
|
@ -958,6 +958,9 @@ def setThemeHacker(baseDir: str):
|
||||||
def setThemeLight(baseDir: str):
|
def setThemeLight(baseDir: str):
|
||||||
name = 'light'
|
name = 'light'
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"newswire-item-moderated-color", "grey",
|
||||||
|
"newswire-date-moderated-color": "grey",
|
||||||
|
"newswire-date-color": "#0562bd",
|
||||||
"search-banner-height": "25vh",
|
"search-banner-height": "25vh",
|
||||||
"search-banner-height-mobile": "15vh",
|
"search-banner-height-mobile": "15vh",
|
||||||
"banner-height": "20vh",
|
"banner-height": "20vh",
|
||||||
|
|
Loading…
Reference in New Issue