From a43fa00389d1b34894ab3f39d5ff1a1e2b58ae62 Mon Sep 17 00:00:00 2001 From: Drew McArthur Date: Thu, 1 Feb 2024 22:09:27 -0700 Subject: [PATCH] Update public/site.webmanifest colors --- public/site.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/site.webmanifest b/public/site.webmanifest index 840582f..a58584a 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -13,7 +13,7 @@ "type": "image/png" } ], - "theme_color": "whitesmoke", - "background_color": "whitesmoke", + "theme_color": "#FAF0E6", + "background_color": "#FAF0E6", "display": "minimal-ui" } \ No newline at end of file