design: change dark theme to night

This commit is contained in:
Julien Calixte
2026-02-17 01:39:18 +01:00
parent 1dfb7a025d
commit 543d88ecd3
2 changed files with 2 additions and 2 deletions

View File

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