Change theme and manifest bg color

This commit is contained in:
Râu Cao 2026-01-26 14:43:13 +07:00
parent b6484aee9d
commit c3185b6a5a
Signed by: raucao
GPG Key ID: 37036C356E56CC51
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<!-- App identity -->
<meta name="application-name" content="Marco">
<meta name="apple-mobile-web-app-title" content="Marco">
<meta name="theme-color" content="#F6E9A6">
<meta name="theme-color" content="#333333">
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.webmanifest">

View File

@ -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",