Perplexica/tailwind.config.js
2025-01-06 21:25:03 -07:00

12 lines
No EOL
246 B
JavaScript

module.exports = {
content: ['./public/**/*.{html,js}'],
theme: {
extend: {
colors: {
primary: '#2563eb',
'primary-hover': '#1d4ed8',
},
},
},
plugins: [],
}