design: change light theme to pastel

This commit is contained in:
Julien Calixte
2025-03-03 14:56:30 +01:00
parent bf53f6aed9
commit ce63778bb3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="en" data-theme="caramellatte"> <html lang="en" data-theme="pastel">
<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

@@ -18,7 +18,7 @@
@plugin 'daisyui' { @plugin 'daisyui' {
themes: themes:
caramellatte --default, pastel --default,
forest --prefersdark; forest --prefersdark;
} }