design: change light theme to retro

This commit is contained in:
Julien Calixte
2026-05-05 16:11:45 +02:00
parent 5a9c0a3704
commit fd7d06ce69
5 changed files with 6 additions and 5 deletions

View File

@@ -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" />

View File

@@ -93,5 +93,8 @@
"vite": "^8.0.1",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^3.2.4"
},
"pnpm": {
"onlyBuiltDependencies": ["core-js"]
}
}

View File

@@ -1,2 +0,0 @@
allowBuilds:
core-js: true

View File

@@ -31,7 +31,7 @@
@plugin 'daisyui' {
themes:
emerald --default,
retro --default,
forest --prefersdark;
}

View File

@@ -2,6 +2,6 @@
// Update these values to change the light and dark themes
export const themeConfig = {
light: "emerald",
light: 'retro',
dark: "forest"
}