diff options
| author | schererleander <leander@schererleander.de> | 2025-07-14 18:12:58 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-14 18:12:58 +0200 |
| commit | de73c0af85b3f7bb48929a48e0522729fd171feb (patch) | |
| tree | eb3a38db537394080f532bc9942e2c9442bc583a /src/index.css | |
| parent | fb039ecfcbcdbd1266b9f48829bb7bef223b4e11 (diff) | |
style: update
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 7 |
1 files changed, 7 insertions, 0 deletions
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); |
