STYLE Update text color for subscribe-infolettre block and add font styling to description

This commit is contained in:
Antoine M 2026-03-25 16:03:06 +01:00
parent 478553ad0b
commit b3b12c6047

View File

@ -22,7 +22,7 @@
&__content { &__content {
.block-title { .block-title {
@apply text-lg mb-6 uppercase font-bold tracking-bigbig; @apply text-lg mb-6 uppercase font-bold tracking-bigbig text-white;
} }
h2 { h2 {
@apply text-5xl mb-12 uppercase font-semibold; @apply text-5xl mb-12 uppercase font-semibold;
@ -36,6 +36,7 @@
} }
&__description { &__description {
@apply text-white font-normal;
/* @apply text-lg; */ /* @apply text-lg; */
} }