From 7bf43c836d893e24380b375e5bfe28dbacca7ccc Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 1 Aug 2025 10:13:13 +0200 Subject: [PATCH] design: change light theme to retro --- index.html | 2 +- src/styles/app.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 86de1ed..a36bdeb 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/styles/app.css b/src/styles/app.css index 6797465..7a10ee1 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -24,7 +24,7 @@ @plugin 'daisyui' { themes: - light --default, + retro --default, business --prefersdark; }