Newswire line spacing

merge-requests/8/head
Bob Mottram 2020-10-14 15:24:35 +01:00
parent 95a2844b3a
commit cb407e9349
2 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@
--quote-font-weight: normal;
--quote-font-size: 120%;
--line-spacing: 130%;
--line-spacing-newswire: 110%;
--line-spacing-newswire: 120%;
--newswire-item-moderated-color: white;
--newswire-date-moderated-color: white;
--column-left-width: 10vw;

View File

@ -414,6 +414,7 @@ def setThemeStarlight(baseDir: str):
removeTheme(baseDir)
setThemeInConfig(baseDir, name)
themeParams = {
"line-spacing-newswire": "120%",
"focus-color": "darkred",
"font-size-button-mobile": "36px",
"font-size": "32px",