From 76b6a56763d3b28d5fefb7a0b2c0c8f29cc3d294 Mon Sep 17 00:00:00 2001 From: ztimson Date: Sat, 24 Aug 2019 19:52:24 -0400 Subject: [PATCH] New background color for mobile --- src/manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index 6a9b03f..63fc21c 100644 --- a/src/manifest.webmanifest +++ b/src/manifest.webmanifest @@ -2,7 +2,7 @@ "name": "Map Alliance", "short_name": "Map Alliance", "theme_color": "#000000", - "background_color": "#1976d2", + "background_color": "#000000", "display": "standalone", "scope": "/", "start_url": "/",