Adjust Theming
This commit is contained in:
parent
e9ec5b8ef9
commit
9e3c0fa389
@ -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"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
plugins: [require("daisyui")],
|
plugins: [require("daisyui")],
|
||||||
daisyui: {
|
daisyui: {
|
||||||
themes: ["night", "winter"],
|
themes: ["sunset", "fantasy"],
|
||||||
},
|
},
|
||||||
darkMode: "selector",
|
darkMode: "selector",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user