From 6558de8df564ac02a93716ad9f69405ccb48bb86 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Wed, 8 Apr 2026 18:51:30 +0200 Subject: [PATCH] design: change dark theme to black --- 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 e8e8bba..92eb56f 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -26,7 +26,7 @@ @plugin 'daisyui' { themes: garden --default, - dim --prefersdark; + black --prefersdark; } @config '../../tailwind.config.js';