updated tailwind config
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m15s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m15s
This commit is contained in:
parent
7468b19fbd
commit
d2954dfc98
@ -1,31 +1,31 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
export default {
|
export default {
|
||||||
content: [
|
content: [
|
||||||
'./src/**/*.{html,js,svelte,ts}',
|
'./src/**/*.{html,js,svelte,ts}',
|
||||||
'./node_modules/flowbite-svelte/**/*.{html,js,svelte,ts}'
|
'./node_modules/flowbite-svelte/**/*.{html,js,svelte,ts}'
|
||||||
],
|
],
|
||||||
plugins: [require('flowbite/plugin')],
|
plugins: ['flowbite/plugin'],
|
||||||
darkMode: 'class',
|
darkMode: 'class',
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
// slate
|
// slate
|
||||||
primary: {
|
primary: {
|
||||||
50: '#f8fafc',
|
50: '#f8fafc',
|
||||||
100: '#f1f5f9',
|
100: '#f1f5f9',
|
||||||
200: '#e2e8f0',
|
200: '#e2e8f0',
|
||||||
300: '#cbd5e1',
|
300: '#cbd5e1',
|
||||||
400: '#94a3b8',
|
400: '#94a3b8',
|
||||||
500: '#64748b',
|
500: '#64748b',
|
||||||
600: '#475569',
|
600: '#475569',
|
||||||
700: '#334155',
|
700: '#334155',
|
||||||
800: '#1e293b',
|
800: '#1e293b',
|
||||||
900: '#0f172a'
|
900: '#0f172a'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
jose: ['Josefin Sans', 'sans-serif']
|
jose: ['Josefin Sans', 'sans-serif']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user