design: change dark theme to dracula

This commit is contained in:
Julien Calixte
2026-05-06 20:26:01 +02:00
parent f8ae4351d6
commit 559bfccd08
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
@plugin 'daisyui' {
themes:
cupcake --default,
forest --prefersdark;
dracula --prefersdark;
}
@config '../../tailwind.config.js';

View File

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