This commit is contained in:
Julien Calixte
2025-05-31 14:07:10 +02:00
parent 7ebf14da29
commit 0661fbc070
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="en" data-theme="valentine"> <html lang="en" data-theme="silk">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />

View File

@@ -15,7 +15,7 @@
--color-contrast-content: var(--color-success); --color-contrast-content: var(--color-success);
} }
[data-theme="valentine"] { [data-theme="silk"] {
--color-contrast-content: var(--color-success-content); --color-contrast-content: var(--color-success-content);
} }
@@ -23,7 +23,7 @@
@plugin 'daisyui' { @plugin 'daisyui' {
themes: themes:
valentine --default, silk --default,
coffee --prefersdark; coffee --prefersdark;
} }