From 2d4a80bb67e9c518b882178c3580325a99e92e69 Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Tue, 20 Dec 2022 22:09:31 +0100 Subject: [PATCH] white pwa theme --- static/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/manifest.json b/static/manifest.json index ec83a15..3e8586c 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -35,6 +35,6 @@ "lang": "fr-FR", "start_url": "/", "display": "standalone", - "background_color": "black", - "theme_color": "black" + "background_color": "white", + "theme_color": "white" }