add: theme functionality
This commit is contained in:
+3
-1
@@ -2,12 +2,14 @@
|
||||
@import "../../public/assets/css/fonts.css";
|
||||
@import "tw-animate-css";
|
||||
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
/* @custom-variant dark (&:is(.dark *)); */
|
||||
@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
html,
|
||||
body {
|
||||
@apply h-full bg-background font-irancell font-normal text-foreground;
|
||||
|
||||
Reference in New Issue
Block a user