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