update: use dim theme by default

This commit is contained in:
Codex
2026-02-18 14:46:56 +00:00
parent 0ed3d2b4fe
commit 67e896dacb

View File

@@ -1,5 +1,5 @@
@import "tailwindcss";
@plugin "daisyui" {
themes: light --default;
themes: dim --default;
logs: false;
}