diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png index e16582e920..a2c512dd20 100644 Binary files a/frontend/public/apple-touch-icon.png and b/frontend/public/apple-touch-icon.png differ diff --git a/frontend/public/browserconfig.xml b/frontend/public/browserconfig.xml index 30515a453f..3ec377f7d4 100644 --- a/frontend/public/browserconfig.xml +++ b/frontend/public/browserconfig.xml @@ -1,9 +1,9 @@ - - - - #f1decd - - + + + + #ffffff + + diff --git a/frontend/public/index.html b/frontend/public/index.html index 9ed9a04220..021929ed70 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -13,8 +13,8 @@ - - + + diff --git a/frontend/public/site.webmanifest b/frontend/public/site.webmanifest index 2920aae0f5..e599560902 100644 --- a/frontend/public/site.webmanifest +++ b/frontend/public/site.webmanifest @@ -13,7 +13,7 @@ "type": "image/png" } ], - "theme_color": "#f1decd", - "background_color": "#f1decd", + "theme_color": "#ffffff", + "background_color": "#ffffff", "display": "standalone" } diff --git a/website/static/apple-touch-icon.png b/website/static/apple-touch-icon.png index e16582e920..a2c512dd20 100644 Binary files a/website/static/apple-touch-icon.png and b/website/static/apple-touch-icon.png differ diff --git a/website/static/browserconfig.xml b/website/static/browserconfig.xml index 30515a453f..d416bc536f 100644 --- a/website/static/browserconfig.xml +++ b/website/static/browserconfig.xml @@ -3,7 +3,7 @@ - #f1decd + #ffffff diff --git a/website/static/site.webmanifest b/website/static/site.webmanifest index 2920aae0f5..e599560902 100644 --- a/website/static/site.webmanifest +++ b/website/static/site.webmanifest @@ -13,7 +13,7 @@ "type": "image/png" } ], - "theme_color": "#f1decd", - "background_color": "#f1decd", + "theme_color": "#ffffff", + "background_color": "#ffffff", "display": "standalone" }