design: change dark theme to dim

This commit is contained in:
Julien Calixte
2026-02-19 21:44:11 +01:00
parent 4edfba77ed
commit b5697759c3
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
@plugin 'daisyui' {
themes:
garden --default,
night --prefersdark;
dim --prefersdark;
}
@config '../../tailwind.config.js';