This commit is contained in:
Prospector
2025-03-31 17:53:57 -07:00
parent 49faba6ad2
commit e8f8be1940
3 changed files with 2 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ const preloadedFonts = [
]; ];
const favicons = { const favicons = {
"(prefers-color-scheme:no-preference)": "/favicon-light.ico", "(prefers-color-scheme:no-preference)": "/favicon.ico",
"(prefers-color-scheme:light)": "/favicon-light.ico", "(prefers-color-scheme:light)": "/favicon.ico",
"(prefers-color-scheme:dark)": "/favicon.ico", "(prefers-color-scheme:dark)": "/favicon.ico",
}; };

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB