design: change dark theme to abyss

This commit is contained in:
Julien Calixte
2026-02-17 01:40:01 +01:00
parent 543d88ecd3
commit 760f78adf8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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