From 800a3004af4320881825399b5a197b4557ec516e Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 11 Feb 2026 16:00:23 +0100 Subject: Improve loading experience (especially iPhone) Closes #133 --- src/frontend/public/manifest.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontend/public/manifest.webmanifest') diff --git a/src/frontend/public/manifest.webmanifest b/src/frontend/public/manifest.webmanifest index 5d8f087..b2953e7 100644 --- a/src/frontend/public/manifest.webmanifest +++ b/src/frontend/public/manifest.webmanifest @@ -8,8 +8,8 @@ "display": "standalone", "orientation": "portrait", "lang": "es", - "background_color": "#F7F7FF", - "theme_color": "#27187E", + "background_color": "#27187D", + "theme_color": "#27187D", "scope": "/", "categories": [ "productivity" -- cgit v1.3