diff --git a/static/manifest.json b/static/manifest.json index 7a32d46..d77dc29 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -3,8 +3,8 @@ "short_name": "L@pp", "start_url": "/", "display": "standalone", // Or "minimal-ui" for a more browser-like feel on iOS - "background_color": "#ffffff", - "theme_color": "#000000", + "background_color": "transparent", + "theme_color": "transparent", "icons": [ { "src": "/static/lapp192.png", diff --git a/templates/base.html b/templates/base.html index d49a9ad..733bf1a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - {{ title or "L@PP" }} + {{ title or "L@pp" }}