From 7543c5796e5519b99ec2e646a8d78518a65b83d5 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 30 Mar 2024 22:28:22 +0200 Subject: [PATCH] manifest.json: change color to #7210f5 --- 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 699f6d1d5..d872946b4 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" }