handling red h3

This commit is contained in:
Antoine M 2024-07-02 16:47:16 +02:00
parent 63a63810d9
commit 32f831a629

View File

@ -8,6 +8,10 @@
h2 {
@apply text-3xl font-bold;
}
h3.homegrade-blocks-custom-heading,
h3.wp-block-heading {
@apply text-secondary;
}
.parcours-steps {
@apply flex flex-col gap-y-6;