mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 07:19:36 +02:00
Update theme handling and add theme selection dropdown in Navbar.svelte
This commit is contained in:
parent
b76e655e38
commit
5efb2912c0
5 changed files with 11 additions and 7 deletions
|
@ -6,6 +6,6 @@ export default {
|
|||
},
|
||||
plugins: [require("@tailwindcss/typography"), require("daisyui")],
|
||||
daisyui: {
|
||||
themes: ["light", "dark"],
|
||||
themes: ["light", "dark", "night", "retro", "forest"],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue