ok
This commit is contained in:
@@ -1,10 +1,21 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
// tailwind.config.js
|
||||
module.exports = {
|
||||
content: [
|
||||
"./src/**/*.{js,jsx,ts,tsx}",
|
||||
"./src/**/*.{js,jsx,ts,tsx}", // pastikan path sesuai struktur project kamu
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['Inter', 'sans-serif'],
|
||||
},
|
||||
colors: {
|
||||
'brand-dark': '#0D1117',
|
||||
'brand-card': '#161B22',
|
||||
'brand-accent': '#10B981',
|
||||
'brand-accent-hover': '#059669',
|
||||
'brand-subtle': '#30363D',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user