aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-07-14 18:12:58 +0200
committerschererleander <leander@schererleander.de>2025-07-14 18:12:58 +0200
commitde73c0af85b3f7bb48929a48e0522729fd171feb (patch)
treeeb3a38db537394080f532bc9942e2c9442bc583a /src/index.css
parentfb039ecfcbcdbd1266b9f48829bb7bef223b4e11 (diff)
style: update
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css7
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);