forked from indymedia/epicyon
lcd theme dropdown background
parent
b677c3994e
commit
b0574567f1
2
theme.py
2
theme.py
|
@ -208,6 +208,8 @@ def setThemeLCD(baseDir: str):
|
||||||
"gallery-font-size-mobile": "55px",
|
"gallery-font-size-mobile": "55px",
|
||||||
"button-corner-radius": "1px",
|
"button-corner-radius": "1px",
|
||||||
"timeline-border-radius": "1px",
|
"timeline-border-radius": "1px",
|
||||||
|
"dropdown-bg-color": "#9fb42b",
|
||||||
|
"dropdown-bg-color-hover": "#4fb42b",
|
||||||
"*font-family": "'LcdSolid'",
|
"*font-family": "'LcdSolid'",
|
||||||
"*src": "url('./fonts/LcdSolid.ttf') format('truetype')"
|
"*src": "url('./fonts/LcdSolid.ttf') format('truetype')"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue