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