kibali-IAwebapp / tailwind.config.js
lojol469-cmd
Initial commit for Kibali UI with Docker
b0e17e2
raw
history blame contribute delete
292 Bytes
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {
colors: {
kibali: {
dark: "#0f172a",
card: "#1e293b",
green: "#22c55e"
}
}
},
},
plugins: [],
}