diff --git a/src/styles/app.css b/src/styles/app.css index 04363ea..3bf61d6 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -25,7 +25,7 @@ @plugin 'daisyui' { themes: retro --default, - forest --prefersdark; + coffee --prefersdark; } @config '../../tailwind.config.js'; diff --git a/src/theme.config.ts b/src/theme.config.ts index ee4d06a..6e5e6b1 100644 --- a/src/theme.config.ts +++ b/src/theme.config.ts @@ -3,5 +3,5 @@ export const themeConfig = { light: 'retro', - dark: 'forest', + dark: 'coffee', }