Files
hsbg-ai/hsbg_ai/frontend/tailwind.config.js

12 lines
233 B
JavaScript
Raw Normal View History

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