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>
<html lang="en" data-theme="valentine">
<html lang="en" data-theme="silk">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

View File

@@ -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;
}