From 0661fbc070009f461613dc9fcb7d895f7d88b842 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 31 May 2025 14:07:10 +0200 Subject: [PATCH] theme --- index.html | 2 +- src/styles/app.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f9fa6e0..836fc5c 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/styles/app.css b/src/styles/app.css index 0e1b183..b76eed7 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -15,7 +15,7 @@ --color-contrast-content: var(--color-success); } -[data-theme="valentine"] { +[data-theme="silk"] { --color-contrast-content: var(--color-success-content); } @@ -23,7 +23,7 @@ @plugin 'daisyui' { themes: - valentine --default, + silk --default, coffee --prefersdark; }