← back to Ken

react-dash/tailwind.config.js

12 lines

export default {
  content: ['./index.html', './src/**/*.{js,jsx}'],
  theme: {
    extend: {
      colors: {
        b: { bg: '#0a0e1a', card: '#111827', border: '#1e293b', accent: '#3b82f6', green: '#10b981', red: '#ef4444', yellow: '#f59e0b', purple: '#8b5cf6' }
      }
    }
  },
  plugins: [],
};