From 2c80a6f8aa334e1e807465c4ef9c5ea4c4021b88 Mon Sep 17 00:00:00 2001 From: ztimson Date: Thu, 11 Jul 2019 18:11:25 -0400 Subject: [PATCH] updated theme color to black --- src/manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index f3bc6fc..6a9b03f 100644 --- a/src/manifest.webmanifest +++ b/src/manifest.webmanifest @@ -1,7 +1,7 @@ { "name": "Map Alliance", "short_name": "Map Alliance", - "theme_color": "#1976d2", + "theme_color": "#000000", "background_color": "#1976d2", "display": "standalone", "scope": "/",