Files
stellar/client/tailwind.config.js
jason 177be6332b
Some checks failed
CI / validate (push) Has been cancelled
M0
2026-03-22 23:33:24 -05:00

15 lines
307 B
JavaScript

export default {
content: ["./index.html", "./src/**/*.{ts,tsx}"],
theme: {
extend: {
colors: {
ink: "#020617",
glow: "#7dd3fc",
ember: "#f97316",
nebula: "#0f172a"
}
}
},
plugins: []
};