diff --git a/img/banner_light.png b/img/banner_light.png index f80f39371..e517d8a81 100644 Binary files a/img/banner_light.png and b/img/banner_light.png differ diff --git a/img/search_banner_light.png b/img/search_banner_light.png index f80f39371..79395ca9a 100644 Binary files a/img/search_banner_light.png and b/img/search_banner_light.png differ diff --git a/theme.py b/theme.py index 0af1be3cf..c283b447a 100644 --- a/theme.py +++ b/theme.py @@ -958,6 +958,8 @@ def setThemeHacker(baseDir: str): def setThemeLight(baseDir: str): name = 'light' themeParams = { + "search-banner-height": "25vh", + "search-banner-height-mobile": "15vh", "banner-height": "20vh", "banner-height-mobile": "10vh", "hashtag-background-color": "lightblue",