diff --git a/index.html b/index.html index cd79dc9..8601e77 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
diff --git a/src/styles/app.css b/src/styles/app.css index 5287cc9..dd7ba3d 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -24,7 +24,7 @@ @plugin 'daisyui' { themes: - bumblebee --default, + pastel --default, abyss --prefersdark; } diff --git a/src/theme.config.ts b/src/theme.config.ts index e1ca8eb..4efb287 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: 'bumblebee', + light: 'pastel', dark: 'abyss', }