From: PhiTux Date: Sun, 12 Oct 2025 09:30:15 +0000 (+0200) Subject: changed default theme-color X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8f8c69fa7830663e020ccc6dfec3ce77dbbcb7c4;p=DailyTxT.git changed default theme-color --- diff --git a/frontend/src/app.html b/frontend/src/app.html index fa2da3d..7ec86ac 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -5,7 +5,7 @@ - + diff --git a/frontend/static/manifest.webmanifest b/frontend/static/manifest.webmanifest index 7e7d490..6c8ab34 100644 --- a/frontend/static/manifest.webmanifest +++ b/frontend/static/manifest.webmanifest @@ -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" }, diff --git a/frontend/vite.config.js b/frontend/vite.config.js index f669413..2fdd0b5 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -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" },