From c3185b6a5a0fbf90f20797e65b07e9325594219b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 14:43:13 +0700 Subject: [PATCH] Change theme and manifest bg color --- index.html | 2 +- public/manifest.webmanifest | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 2efc04b..08ff4be 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - + diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 6f45672..44c5fdc 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -5,8 +5,8 @@ "start_url": "/", "scope": "/", "display": "standalone", - "background_color": "#F6E9A6", - "theme_color": "#F6E9A6", + "background_color": "#f8f9fa", + "theme_color": "#333333", "icons": [ { "src": "/icons/icon-192.png",