fix: apply designer agent improvements to tailwind.config.js

This commit is contained in:
cupadev-admin 2026-03-09 18:16:18 +00:00
parent 6291cc7ffe
commit cfb6211986
1 changed files with 12 additions and 22 deletions

View File

@ -7,32 +7,22 @@ module.exports = {
],
theme: {
extend: {
colors: {
'fr-blue': '#002395',
'fr-red': '#ED2939',
'fr-gold': '#C9A84C',
'fr-navy': '#001a6e',
'fr-cream': '#F8F5F0',
'fr-stone': '#E8E0D0',
},
fontFamily: {
serif: ['Georgia', 'Cambria', 'Times New Roman', 'serif'],
sans: ['Inter', 'system-ui', 'sans-serif'],
},
colors: {
museum: {
50: '#faf8f5',
100: '#f2ede4',
200: '#e3d9c8',
300: '#cfc0a3',
400: '#b8a07c',
500: '#a08660',
600: '#8a7050',
700: '#705a42',
800: '#5c4a38',
900: '#4c3e30',
},
},
typography: {
DEFAULT: {
css: {
maxWidth: 'none',
},
sans: ['Inter', 'system-ui', '-apple-system', 'sans-serif'],
},
backgroundImage: {
'tricolor': 'linear-gradient(to right, #002395 33.33%, #FFFFFF 33.33%, #FFFFFF 66.66%, #ED2939 66.66%)',
},
},
},
plugins: [],
};
}