design: change light theme to retro
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en" data-theme="emerald">
|
||||
<html lang="en" data-theme="retro">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
@@ -93,5 +93,8 @@
|
||||
"vite": "^8.0.1",
|
||||
"vite-plugin-pwa": "^1.2.0",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": ["core-js"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
allowBuilds:
|
||||
core-js: true
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
@plugin 'daisyui' {
|
||||
themes:
|
||||
emerald --default,
|
||||
retro --default,
|
||||
forest --prefersdark;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
// Update these values to change the light and dark themes
|
||||
|
||||
export const themeConfig = {
|
||||
light: "emerald",
|
||||
light: 'retro',
|
||||
dark: "forest"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user