aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
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);