Version 1.0
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
brand: {
|
||||
primary: '#3b82f6',
|
||||
secondary: '#1e293b',
|
||||
accent: '#60a5fa',
|
||||
},
|
||||
darkBg: '#0f172a',
|
||||
darkSurface: '#1e293b',
|
||||
darkBorder: '#334155',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user