first commit
This commit is contained in:
14
apps/web/tailwind.config.cjs
Normal file
14
apps/web/tailwind.config.cjs
Normal 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: []
|
||||
};
|
||||
Reference in New Issue
Block a user