Light theme banner height

main
Bob Mottram 2020-10-28 23:12:57 +00:00
parent bd97f88ca0
commit 3ab809e820
1 changed files with 2 additions and 0 deletions

View File

@ -942,6 +942,8 @@ def setThemeHacker(baseDir: str):
def setThemeLight(baseDir: str):
name = 'light'
themeParams = {
"banner-height": "20vh",
"banner-height-mobile": "10vh",
"hashtag-background-color": "lightblue",
"focus-color": "grey",
"font-size-button-mobile": "26px",