diff --git a/index.html b/index.html index eac82e6..f9fa6e0 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
diff --git a/src/styles/app.css b/src/styles/app.css index 9d7b991..c12e3a3 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -24,7 +24,7 @@ @plugin 'daisyui' { themes: - lofi --default, + valentine --default, dim --prefersdark; } diff --git a/src/theme.config.ts b/src/theme.config.ts index 524eb83..ef5002a 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: 'lofi', + light: 'valentine', dark: 'dim', }