changed default theme-color
authorPhiTux <redacted>
Sun, 12 Oct 2025 09:30:15 +0000 (11:30 +0200)
committerPhiTux <redacted>
Sun, 12 Oct 2025 09:30:15 +0000 (11:30 +0200)
frontend/src/app.html
frontend/static/manifest.webmanifest
frontend/vite.config.js

index fa2da3dce39686e69b01ac32c00a6fd654771aa3..7ec86acec981d61ed646929d628717d4ac6dd80b 100644 (file)
@@ -5,7 +5,7 @@
                <link rel="icon" href="%sveltekit.assets%/favicon.svg" />
                <link rel="manifest" href="/manifest.webmanifest" />
                <link rel="apple-touch-icon" href="/icons/apple-180-white.png">
-               <meta name="theme-color" content="#0d6efd" />
+               <meta name="theme-color" content="rgba(83, 83, 83, 0.4)" />
                <meta name="apple-mobile-web-app-capable" content="yes" />
                <meta name="apple-mobile-web-app-status-bar-style" content="default" />
                <meta name="viewport" content="width=device-width, initial-scale=1" />
index 7e7d49087cc3fd88d23e5aa8d09b9bd6d3f55fba..6c8ab34b532eacfb36266f12c3c5b19f8b6ce51c 100644 (file)
@@ -4,7 +4,7 @@
   "start_url": "/",
   "display": "standalone",
   "background_color": "#ffffff",
-  "theme_color": "#0d6efd",
+  "theme_color": "rgba(83, 83, 83, 0.4)",
   "icons": [
     { "src": "/icons/icon-192-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
     { "src": "/icons/icon-512-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
index f669413b0951c4bb6f2f11949ec0fe966c536ac4..2fdd0b50af28b3ac918539c645c1529b421978f7 100644 (file)
@@ -13,7 +13,7 @@ export default defineConfig({
                                start_url: '/',
                                display: 'standalone',
                                background_color: '#ffffff',
-                               theme_color: '#0d6efd',
+                               theme_color: 'rgba(83, 83, 83, 0.4)',
                                icons: [
                                        { "src": "/icons/icon-192-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
                                { "src": "/icons/icon-512-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
git clone https://git.99rst.org/PROJECT