From 5c552a0d71306edaa6a13f82ef5c2c2a020ac132 Mon Sep 17 00:00:00 2001 From: Kevin Pelzel Date: Thu, 23 Sep 2021 12:16:43 -0600 Subject: [PATCH] change theme color from red --- web/public/index.html | 3 ++- web/public/site.webmanifest | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/web/public/index.html b/web/public/index.html index 371494bf9..ea1d0e50c 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -11,7 +11,8 @@ - + +
diff --git a/web/public/site.webmanifest b/web/public/site.webmanifest index db7455578..b20abb7cb 100644 --- a/web/public/site.webmanifest +++ b/web/public/site.webmanifest @@ -13,7 +13,7 @@ "type": "image/png" } ], - "theme_color": "#ff0000", - "background_color": "#ff0000", + "theme_color": "#ffffff", + "background_color": "#ffffff", "display": "standalone" }