From fcefbaf91c5a4eb001f9938b913f81c6e2a03dbc Mon Sep 17 00:00:00 2001 From: Borgal Date: Wed, 20 Aug 2025 17:55:46 +0200 Subject: [PATCH] themecolor angepasst --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6009854..467ef65 100755 --- a/manifest.json +++ b/manifest.json @@ -4,8 +4,8 @@ "description": "Dönerstag-Runde", "start_url": "index.php", "display": "standalone", - "theme_color": "#343a40", - "background_color": "#343a40", + "theme_color": "#212529", + "background_color": "#212529", "icons": [ { "src": "img/icon-192.png",