This commit is contained in:
Julien Calixte
2025-07-13 17:18:54 +02:00
parent c07964844d
commit a0febe79a6
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
--notyf-margin: 0.5rem;
}
[data-theme="silk"] {
[data-theme="light"] {
--color-contrast-content: var(--color-success-content);
}
@@ -24,8 +24,8 @@
@plugin 'daisyui' {
themes:
silk --default,
abyss --prefersdark;
light --default,
business --prefersdark;
}
@config '../../tailwind.config.js';