From aeb2394b5d5bf80ad9b9d8cf152758ffc2992241 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 29 May 2025 21:10:05 +0200 Subject: [PATCH] theme --- index.html | 2 +- src/styles/app.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ad04498..f9fa6e0 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/styles/app.css b/src/styles/app.css index 228efe2..477fca3 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -18,7 +18,7 @@ @plugin 'daisyui' { themes: - nord --default, + valentine --default, coffee --prefersdark; }