fixed problem with dark mode

This commit is contained in:
coolcoala
2025-11-12 23:26:54 +03:00
parent 1fd018f3f8
commit c8f61d6359

View File

@@ -1,9 +1,7 @@
@import "tailwindcss";
@import "tw-animate-css";
@theme {
--tailwind-darkMode: "class";
}
@variant dark (&:where(.dark, .dark *));
@theme inline {
--radius-sm: calc(var(--radius) - 4px);