design: change dark theme to black

This commit is contained in:
Julien Calixte
2026-02-17 01:36:46 +01:00
parent 04961a8ac7
commit 728631d8ba
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
@plugin 'daisyui' { @plugin 'daisyui' {
themes: themes:
garden --default, garden --default,
business --prefersdark; black --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: 'business', dark: 'black',
} }