design: change light theme to pastel

This commit is contained in:
Julien Calixte
2026-01-23 13:57:13 +01:00
parent fc8b6a6119
commit 552b3796df
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" data-theme="bumblebee">
<html lang="en" data-theme="pastel">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

View File

@@ -24,7 +24,7 @@
@plugin 'daisyui' {
themes:
bumblebee --default,
pastel --default,
abyss --prefersdark;
}

View File

@@ -2,6 +2,6 @@
// Update these values to change the light and dark themes
export const themeConfig = {
light: 'bumblebee',
light: 'pastel',
dark: 'abyss',
}