fixed wrong theme being applied in hub

This commit is contained in:
PxlLoewe
2025-06-11 00:09:54 -07:00
parent d8fea362a8
commit b1181c2088
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
@import "tailwindcss";
@plugin "daisyui";
@plugin "daisyui" {
themes: dark, nord;
}
/*
The default border color has changed to `currentColor` in Tailwind CSS v4,