first commit

This commit is contained in:
2026-01-02 15:49:01 +03:00
commit 4348f76a7c
80 changed files with 10133 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
module.exports = {
content: ["./src/**/*.{ts,tsx}", "./index.html"],
theme: {
extend: {
colors: {
ink: "#0f172a",
fog: "#e2e8f0",
mint: "#14b8a6",
steel: "#94a3b8"
}
}
},
plugins: []
};