diff --git a/index.html b/index.html index ce294af..3535324 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 5c4af81..efd08f8 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,7 +1,7 @@ allowBuilds: - '@parcel/watcher': set this to true or false - core-js: set this to true or false - esbuild: set this to true or false - fsevents: set this to true or false - sharp: set this to true or false - vue-demi: set this to true or false + '@parcel/watcher': true + core-js: false + esbuild: true + fsevents: true + sharp: true + vue-demi: true diff --git a/src/styles/app.css b/src/styles/app.css index 562b6b5..1ca6486 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -31,7 +31,7 @@ @plugin 'daisyui' { themes: - caramellatte --default, + light --default, dracula --prefersdark; } diff --git a/src/theme.config.ts b/src/theme.config.ts index ab8f0f3..91df464 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: 'caramellatte', + light: 'light', dark: 'dracula' }