From 37d2d33a342e10afb530b086d150199353c4054b Mon Sep 17 00:00:00 2001 From: ztimson Date: Fri, 30 Aug 2019 14:10:29 -0400 Subject: [PATCH] Updated background color for PWA splash screen to black to better fade into landing page --- 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": "/",