travail de contribution

This commit is contained in:
philippelin
2023-08-22 00:18:41 +02:00
parent 962568068d
commit 509945a4aa
7 changed files with 154 additions and 63 deletions
+10 -6
View File
@@ -8,7 +8,10 @@ const config = {
'jlg': {
'dark-blue': '#010d19',
'white': '#f5fefe',
'light-white': '#f5fefeaa'
'light-white': '#f5fefeaa',
'xlight-white': 'rgba(245, 254, 254, 0.15)',
'hxlight-white': 'rgba(245, 254, 254, 0.35)',
'axlight-white': 'rgba(245, 254, 254, 0.20)'
}
}, // Extend Tailwind's default colors
fontFamily: {
@@ -17,14 +20,15 @@ const config = {
'caslon': ['Libre_Caslon', 'serif'],
},
fontSize: {
sm: ['14px', '20px'],
base: '16px',
lg: '24px',
xl: '35px',
sm: '13px',
base: '15px',
lg: '18px',
xl: '21px',
'2xl': '35px'
}
},
},
plugins: [],
};
export default config;
export default config;