Compare commits

...

2 Commits

Author SHA1 Message Date
Antoine M
ae2c0c539e STYLE Commenting font size because handled more generally in typography.css
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-20 11:19:31 +02:00
Antoine M
5632556fbd COLOR Introducing new gray color 2025-06-20 11:18:46 +02:00
2 changed files with 6 additions and 1 deletions

View File

@ -38,7 +38,7 @@
}
&__description {
@apply text-lg;
/* @apply text-lg; */
}
&__form {

View File

@ -34,6 +34,11 @@
"slug": "carhop-purple",
"color": "#d6c3ff"
},
{
"name": "Carhop Gray",
"slug": "carhop-gray",
"color": "#484D4A"
},
{
"name": "Carhop Yellow",
"slug": "carhop-yellow",