From 1c14fcef72a79e3409e08b9724fed034c736126c Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 16 May 2025 22:33:24 +0200 Subject: Update colors in manifest --- public/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 015b025..f915fe4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -4,8 +4,8 @@ "description": "Interactive visual CIDR and IP range calculator", "start_url": "/", "display": "standalone", - "background_color": "#ffffff", - "theme_color": "#0066cc", + "background_color": "#eff6ff", + "theme_color": "#00bcd4", "icons": [ { "src": "/ico/favicon.ico", @@ -41,4 +41,4 @@ "purpose": "apple-touch-icon" } ] -} +} \ No newline at end of file -- cgit v1.3.1