Update icon

This commit is contained in:
daylily
2026-01-15 20:45:59 -04:00
parent 254c55b00a
commit e7fa3c73fb
6 changed files with 31 additions and 24 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { Toaster } from 'svelte-sonner'
</script>
<svelte:head>
<meta name="theme-color" content={mode.current === 'dark' ? '#141211' : '#ffffff'} />
<meta name="theme-color" content={mode.current === 'dark' ? '#0c0a09' : '#ffffff'} />
</svelte:head>
<ModeWatcher />