Adjust Theming

This commit is contained in:
Nick Bland 2024-10-15 19:47:56 +10:00
parent e9ec5b8ef9
commit 9e3c0fa389
Signed by: NickBland
GPG Key ID: 31CADD9E5FDD798C
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<input <input
type="checkbox" type="checkbox"
class="theme-controller" class="theme-controller"
value="winter" value="fantasy"
aria-label="Theme toggle button" aria-label="Theme toggle button"
/> />

View File

@ -6,7 +6,7 @@ module.exports = {
}, },
plugins: [require("daisyui")], plugins: [require("daisyui")],
daisyui: { daisyui: {
themes: ["night", "winter"], themes: ["sunset", "fantasy"],
}, },
darkMode: "selector", darkMode: "selector",
}; };