finish basic sidebar

This commit is contained in:
2025-03-14 19:04:15 +08:00
parent 9200befaf8
commit 8f18560a38
9 changed files with 215 additions and 61 deletions

View File

@@ -1,5 +1,8 @@
@import "tailwindcss";
@plugin "daisyui" {
themes: winter --default, night;
themes: winter --default, night --prefersdark;
}
@custom-variant dark (&:where([data-theme=night], [data-theme=night] *));
@custom-variant light (&:where([data-theme=winter], [data-theme=winter] *));