I can't believe how well this works!

This commit is contained in:
2026-03-26 16:36:34 -05:00
parent 475f1cad85
commit 2a56af407e

View File

@@ -23,7 +23,11 @@
* { * {
@apply border-border; @apply border-border;
} }
html {
@apply bg-background;
}
body { body {
@apply bg-background text-foreground;
letter-spacing: var(--tracking-normal); letter-spacing: var(--tracking-normal);
} }
} }