diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-16 22:33:24 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-16 22:33:24 +0200 |
| commit | 1c14fcef72a79e3409e08b9724fed034c736126c (patch) | |
| tree | fd00a5031627327db21a138b4d5166139b7bf55c | |
| parent | 57b5d66a0731264d003651594e283cfb793b988d (diff) | |
Update colors in manifest
| -rw-r--r-- | public/manifest.json | 6 |
1 files 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 |
