tous les éléments de l'ui

This commit is contained in:
Valentin
2023-07-05 02:24:23 +02:00
parent 7c1ff8501e
commit 10bb3ba80d
10 changed files with 59 additions and 13 deletions
+8 -4
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,10 +20,11 @@ const config = {
'caslon': ['Libre_Caslon', 'serif'],
},
fontSize: {
sm: '18px',
sm: '13px',
base: '15px',
lg: '24px',
xl: '35px',
lg: '18px',
xl: '21px',
'2xl': '35px'
}
},
},