Compare commits

...

2 Commits

Author SHA1 Message Date
Nonimart
5c76654755 FIX Forbid background color on title
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-30 14:43:54 +01:00
Nonimart
e45b0dcf22 FEATURE Ajout de styles flexibles pour les titres dans la section des exemples de variations 2025-10-30 14:43:17 +01:00
2 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,7 @@
}
.variation-examples-on-uppercased-titles {
@apply py-6;
@apply flex flex-col gap-y-6 items-start py-6;
h2,
h3,
h4 {

View File

@ -124,6 +124,13 @@
"size": "1.875rem"
}
]
},
"blocks": {
"core/heading": {
"color": {
"background": false
}
}
}
}
}