17
client/tailwind.config.ts
Normal file
17
client/tailwind.config.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import type { Config } from "tailwindcss";
|
||||
|
||||
export default {
|
||||
content: ["./index.html", "./src/**/*.{ts,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
ink: "#020617",
|
||||
glow: "#7dd3fc",
|
||||
ember: "#f97316",
|
||||
nebula: "#0f172a"
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
} satisfies Config;
|
||||
|
||||
Reference in New Issue
Block a user