theme dans tailwind config

This commit is contained in:
Valentin
2023-06-26 00:47:12 +02:00
parent 8422f39067
commit 1edd00252d
7 changed files with 52 additions and 29 deletions
+21 -11
View File
@@ -1246,6 +1246,21 @@
"name": "Rose 950",
"slug": "rose-950",
"color": "#4c0519"
},
{
"name": "Jlg Dark-blue",
"slug": "jlg-dark-blue",
"color": "#010d19"
},
{
"name": "Jlg White",
"slug": "jlg-white",
"color": "#f5fefe"
},
{
"name": "Jlg Light-white",
"slug": "jlg-light-white",
"color": "#f5fefeaa"
}
]
},
@@ -1287,14 +1302,9 @@
"fontFamily": "ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace"
},
{
"name": "Authentic_Sans_90",
"name": "Authentic_Sans",
"slug": "authentic",
"fontFamily": "Authentic_Sans_90,sans-serif"
},
{
"name": "Authentic_Sans_60",
"slug": "authentic60",
"fontFamily": "Authentic_Sans_60,Authentic_Sans_90,sans-serif"
"fontFamily": "Authentic_Sans,sans-serif"
},
{
"name": "Libre_Caslon",
@@ -1311,22 +1321,22 @@
{
"name": "sm",
"slug": "sm",
"size": "0.875rem"
"size": "14px"
},
{
"name": "base",
"slug": "base",
"size": "1rem"
"size": "16px"
},
{
"name": "lg",
"slug": "lg",
"size": "1.125rem"
"size": "20px"
},
{
"name": "xl",
"slug": "xl",
"size": "1.25rem"
"size": "35px"
},
{
"name": "2xl",