diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png index e16582e9..a2c512dd 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 30515a45..3ec377f7 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 9ed9a042..021929ed 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 2920aae0..e5995609 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 e16582e9..a2c512dd 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 30515a45..d416bc53 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 2920aae0..e5995609 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" }