mirror of https://gitlab.com/bashrc2/epicyon
Header background color
parent
3af89c8920
commit
c4d1c36a2c
1
theme.py
1
theme.py
|
@ -462,6 +462,7 @@ def setThemeNight(baseDir: str):
|
||||||
fontStrItalic = \
|
fontStrItalic = \
|
||||||
"url('./fonts/solidaric-italic.woff2') format('woff2')"
|
"url('./fonts/solidaric-italic.woff2') format('woff2')"
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"column-left-header-background": "#07447c",
|
||||||
"banner-height": "15vh",
|
"banner-height": "15vh",
|
||||||
"banner-height-mobile": "10vh",
|
"banner-height-mobile": "10vh",
|
||||||
"focus-color": "blue",
|
"focus-color": "blue",
|
||||||
|
|
Loading…
Reference in New Issue