From c3d05b20664abc943f8b122f9c51a94fd8113993 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 1 Apr 2024 17:37:00 +0300 Subject: [PATCH] manifest.json: change color to #7210f5 (#455) --- src/static/assets/img/favicons/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/assets/img/favicons/manifest.json b/src/static/assets/img/favicons/manifest.json index 0dcc1d8a0..896e2638c 100644 --- a/src/static/assets/img/favicons/manifest.json +++ b/src/static/assets/img/favicons/manifest.json @@ -20,7 +20,7 @@ } ], "start_url": "/?utm_source=a2hs", - "theme_color": "#7952b3", - "background_color": "#7952b3", + "theme_color": "#712cf9", + "background_color": "#712cf9", "display": "standalone" }