From de73c0af85b3f7bb48929a48e0522729fd171feb Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 14 Jul 2025 18:12:58 +0200 Subject: style: update --- src/index.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index 2679ef7..bad19d3 100644 --- a/src/index.css +++ b/src/index.css @@ -1,8 +1,15 @@ @import "tailwindcss"; @import "tw-animate-css"; +@plugin "@tailwindcss/typography"; @custom-variant dark (&:where(.dark, .dark *)); +@layer base { + body { + @apply bg-background text-foreground; + } +} + @theme inline { --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); -- cgit v1.3.1