design: change dark theme to sunset

This commit is contained in:
Julien Calixte
2026-04-08 19:03:07 +02:00
parent 66a1bcbaa9
commit 410c0cec7c
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
@plugin 'daisyui' { @plugin 'daisyui' {
themes: themes:
garden --default, garden --default,
black --prefersdark; sunset --prefersdark;
} }
@config '../../tailwind.config.js'; @config '../../tailwind.config.js';

View File

@@ -3,5 +3,5 @@
export const themeConfig = { export const themeConfig = {
light: "garden", light: "garden",
dark: 'black' dark: 'sunset'
} }