diff --git a/index.html b/index.html index 89cf6a4..ceae666 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/styles/app.css b/src/styles/app.css index 6d0f4a9..095cadc 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -31,7 +31,7 @@ @plugin 'daisyui' { themes: - retro --default, + cupcake --default, forest --prefersdark; } diff --git a/src/theme.config.ts b/src/theme.config.ts index 41381ec..f4704a3 100644 --- a/src/theme.config.ts +++ b/src/theme.config.ts @@ -2,6 +2,6 @@ // Update these values to change the light and dark themes export const themeConfig = { - light: 'retro', + light: 'cupcake', dark: "forest" }