Refactor AdventureCard component and shared page

This commit is contained in:
Sean Morley
2024-04-11 21:15:34 +00:00
parent af07ea29ef
commit 167080441a
4 changed files with 76 additions and 6 deletions

View File

@@ -6,6 +6,6 @@ export default {
},
plugins: [require("@tailwindcss/typography"), require("daisyui")],
daisyui: {
themes: ["sunset"],
themes: ["night"],
},
};