Initial commit

This commit is contained in:
2026-03-31 13:10:46 +02:00
commit f60d9628e0
52 changed files with 3383 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
export default {
content: ["./index.html","./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {
colors: {
hsbg: { gold:'#F5B30A', dark:'#1A0A00', card:'#2A1500', board:'#0D1F0D' }
}
}
},
plugins: []
}