feat: add custom dark variant to globals.css
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
@import "tw-animate-css";
|
@import "tw-animate-css";
|
||||||
|
|
||||||
|
@custom-variant dark (&:is(.dark *));
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background: oklch(0.9551 0 0);
|
--background: oklch(0.9551 0 0);
|
||||||
--foreground: oklch(0.3211 0 0);
|
--foreground: oklch(0.3211 0 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user