Adjust Theming
This commit is contained in:
parent
e9ec5b8ef9
commit
9e3c0fa389
@ -8,7 +8,7 @@
|
||||
<input
|
||||
type="checkbox"
|
||||
class="theme-controller"
|
||||
value="winter"
|
||||
value="fantasy"
|
||||
aria-label="Theme toggle button"
|
||||
/>
|
||||
|
||||
|
@ -6,7 +6,7 @@ module.exports = {
|
||||
},
|
||||
plugins: [require("daisyui")],
|
||||
daisyui: {
|
||||
themes: ["night", "winter"],
|
||||
themes: ["sunset", "fantasy"],
|
||||
},
|
||||
darkMode: "selector",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user