From a1f2a778a27ce54f3fc83409c5496870cf3447a3 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 12 Feb 2024 14:38:57 -0800 Subject: [PATCH] manifest.json: update background and theme_color --- web/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/manifest.json b/web/manifest.json index df44ce20..c7dd1164 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -3,8 +3,8 @@ "short_name": "Wonderous", "start_url": ".", "display": "standalone", - "background_color": "#0175C2", - "theme_color": "#0175C2", + "background_color": "#1e1b18", + "theme_color": "#1e1b18", "description": "Navigate the intersection of history, art, and culture. Be educated and entertained as your learn about world-famous structures.", "orientation": "portrait-primary", "prefer_related_applications": false,