From a05ff9f23860bb5f62fe1edd271f440cff79bc2f Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Wed, 8 Apr 2026 18:57:36 +0200 Subject: [PATCH] design: change dark theme to sunset --- src/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/app.css b/src/styles/app.css index 92eb56f..a38728e 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -26,7 +26,7 @@ @plugin 'daisyui' { themes: garden --default, - black --prefersdark; + sunset --prefersdark; } @config '../../tailwind.config.js';