From 44327c5c78f4f66e9d5cc21d35f82d919419ed9a Mon Sep 17 00:00:00 2001 From: ztimson Date: Sat, 24 Aug 2019 20:16:46 -0400 Subject: [PATCH] more theming... --- src/index.html | 5 +++-- src/manifest.webmanifest | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index 89b1e78..abf1474 100644 --- a/src/index.html +++ b/src/index.html @@ -2,15 +2,16 @@ + + + Map Alliance - - diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index 63fc21c..6a9b03f 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": "#000000", + "background_color": "#1976d2", "display": "standalone", "scope": "/", "start_url": "/",