design: change dark theme to forest

This commit is contained in:
Julien Calixte
2026-01-23 20:13:46 +01:00
parent 179c3df19e
commit 1d27613fbf
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
@plugin 'daisyui' {
themes:
retro --default,
abyss --prefersdark;
forest --prefersdark;
}
@config '../../tailwind.config.js';

View File

@@ -3,5 +3,5 @@
export const themeConfig = {
light: 'retro',
dark: 'abyss',
dark: 'forest',
}