From ce63778bb3a62abaf1c65db9e6ab90687b72f20d Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 3 Mar 2025 14:56:30 +0100 Subject: [PATCH] design: change light theme to pastel --- index.html | 2 +- src/styles/app.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 85750ce..8601e77 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/styles/app.css b/src/styles/app.css index 8379333..925ef57 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -18,7 +18,7 @@ @plugin 'daisyui' { themes: - caramellatte --default, + pastel --default, forest --prefersdark; }