From 2a56af407e65e084529aa3841526d5dc5d6e6dae Mon Sep 17 00:00:00 2001 From: gibbyb Date: Thu, 26 Mar 2026 16:36:34 -0500 Subject: [PATCH] I can't believe how well this works! --- apps/next/src/app/(frontend)/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/next/src/app/(frontend)/styles.css b/apps/next/src/app/(frontend)/styles.css index 7614c3a..f1534f2 100644 --- a/apps/next/src/app/(frontend)/styles.css +++ b/apps/next/src/app/(frontend)/styles.css @@ -23,7 +23,11 @@ * { @apply border-border; } + html { + @apply bg-background; + } body { + @apply bg-background text-foreground; letter-spacing: var(--tracking-normal); } }