Adjust dark theme color

This commit is contained in:
Nicolas Mowen 2024-03-12 14:07:11 -06:00
parent 4b408470cf
commit 1333414e57
5 changed files with 5 additions and 11 deletions

View File

@ -26,7 +26,7 @@
<link rel="manifest" href="/site.webmanifest" /> <link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/images/favicon.svg" color="#3b82f7" /> <link rel="mask-icon" href="/images/favicon.svg" color="#3b82f7" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" /> <meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#111827" media="(prefers-color-scheme: dark)" /> <meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)" />
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -16,22 +16,16 @@
"purpose": "any" "purpose": "any"
}, },
{ {
"src": "/images/favicon-32x32.png", "src": "/images/apple-touch-icon.png",
"sizes": "32x32", "sizes": "180x180",
"type": "image/png", "type": "image/png",
"purpose": "any" "purpose": "apple touch icon"
},
{
"src": "/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
}, },
{ {
"src": "/images/apple-touch-icon.png", "src": "/images/apple-touch-icon.png",
"sizes": "180x180", "sizes": "180x180",
"type": "image/png", "type": "image/png",
"purpose": "apple touch icon" "purpose": "maskable"
} }
], ],
"theme_color": "#ffffff", "theme_color": "#ffffff",