design: change dark theme to forest

This commit is contained in:
Julien Calixte
2026-04-08 19:07:03 +02:00
parent 29c092e0a0
commit 8581baafb7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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