feat: add custom dark variant to globals.css

This commit is contained in:
2026-05-11 18:48:02 +02:00
parent b2fc8b83ad
commit f5c759fc3a
+2
View File
@@ -1,6 +1,8 @@
@import "tailwindcss";
@import "tw-animate-css";
@custom-variant dark (&:is(.dark *));
:root {
--background: oklch(0.9551 0 0);
--foreground: oklch(0.3211 0 0);