M0
Some checks failed
CI / validate (push) Has been cancelled

This commit is contained in:
2026-03-22 23:33:24 -05:00
parent 27dac51b5c
commit 177be6332b
47 changed files with 7287 additions and 0 deletions

14
client/tailwind.config.js Normal file
View File

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