mirror of https://gitlab.com/bashrc2/epicyon
Time vertical alignment
parent
a919d5435f
commit
d48e0f9094
2
theme.py
2
theme.py
|
@ -1101,6 +1101,8 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
def setThemeSolidaric(baseDir: str):
|
def setThemeSolidaric(baseDir: str):
|
||||||
name = 'solidaric'
|
name = 'solidaric'
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"time-vertical-align": "-4px",
|
||||||
|
"time-vertical-align-mobile": "15px",
|
||||||
"hashtag-background-color": "lightred",
|
"hashtag-background-color": "lightred",
|
||||||
"button-highlighted": "darkred",
|
"button-highlighted": "darkred",
|
||||||
"button-selected-highlighted": "darkred",
|
"button-selected-highlighted": "darkred",
|
||||||
|
|
Loading…
Reference in New Issue