mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 23:39:37 +02:00
Refactor Docker Compose files, Tailwind config, UserCard component, and page server files
This commit is contained in:
parent
3299855f86
commit
b057ee01b3
7 changed files with 82 additions and 202 deletions
|
@ -6,6 +6,15 @@ export default {
|
|||
},
|
||||
plugins: [require("@tailwindcss/typography"), require("daisyui")],
|
||||
daisyui: {
|
||||
themes: ["light", "dark", "night", "retro", "forest", "aqua", "garden"],
|
||||
themes: [
|
||||
"light",
|
||||
"dark",
|
||||
"night",
|
||||
"retro",
|
||||
"forest",
|
||||
"aqua",
|
||||
"garden",
|
||||
"emerald",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue