Update web/templates/base.html

This commit is contained in:
2025-08-24 02:39:43 +00:00
parent 4e761d9f6e
commit 252286b15a
+2 -1
View File
@@ -9,7 +9,8 @@
<!-- === PWA additions (BEGIN) === --> <!-- === PWA additions (BEGIN) === -->
<link rel="manifest" href="/manifest.webmanifest"> <link rel="manifest" href="/manifest.webmanifest">
<meta name="theme-color" content="#2f6cab"> <meta name="theme-color" content="#f3f6f7">
<!--<meta name="theme-color" content="#2f6cab"> -->
<!-- iOS standalone when added to Home Screen --> <!-- iOS standalone when added to Home Screen -->
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="apple-mobile-web-app-status-bar-style" content="default">