design: change light theme to winter

This commit is contained in:
Julien Calixte
2025-08-03 19:55:35 +02:00
parent d1241d339a
commit e2147c74d9
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -24,7 +24,7 @@
@plugin 'daisyui' { @plugin 'daisyui' {
themes: themes:
caramellatte --default, winter --default,
dim --prefersdark; dim --prefersdark;
} }

View File

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