Change theme and manifest bg color

This commit is contained in:
2026-01-26 14:43:13 +07:00
parent b6484aee9d
commit c3185b6a5a
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<!-- App identity --> <!-- App identity -->
<meta name="application-name" content="Marco"> <meta name="application-name" content="Marco">
<meta name="apple-mobile-web-app-title" 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 --> <!-- PWA Manifest -->
<link rel="manifest" href="/manifest.webmanifest"> <link rel="manifest" href="/manifest.webmanifest">

View File

@@ -5,8 +5,8 @@
"start_url": "/", "start_url": "/",
"scope": "/", "scope": "/",
"display": "standalone", "display": "standalone",
"background_color": "#F6E9A6", "background_color": "#f8f9fa",
"theme_color": "#F6E9A6", "theme_color": "#333333",
"icons": [ "icons": [
{ {
"src": "/icons/icon-192.png", "src": "/icons/icon-192.png",