update favicon and improvements on darkmode toggles

This commit is contained in:
2025-10-13 17:09:12 +02:00
parent ad38e66514
commit ce8f53fef3
5 changed files with 43 additions and 25 deletions

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Habit Tracker App</title>
<meta name="description" content="Track your habits and visualize your progress with HabitGrid." />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png" href="/assets/fav.png" />
<link rel="stylesheet" href="/src/index.css" />
</head>
<body class="bg-slate-50 dark:bg-slate-950 text-slate-900 dark:text-slate-100">