This commit is contained in:
2025-07-25 09:29:49 +02:00
parent fcce89264d
commit 5271f879f9
10 changed files with 24 additions and 40 deletions

View File

@@ -47,7 +47,7 @@ html[data-theme='dark'] {
}
body {
background-color: hsl(var(--background));
color: hsl(var(--foreground));
@apply bg-background text-foreground;
transition: background-color 0.3s ease, color 0.3s ease;
}