diff options
| -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 |
