Tech4biz-Update/tailwind.config.js
2024-10-25 10:46:09 +05:30

12 lines
199 B
JavaScript

module.exports = {
content: ["./src/**/*.{html,js}"],
theme: {
extend: {
colors: {
'custom-bg': '#070b3b', // Your custom background color
},
},
},
plugins: [],
}