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 {
.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 {
@apply text-5xl mb-12 uppercase font-semibold;
@ -36,6 +36,7 @@
}
&__description {
@apply text-white font-normal;
/* @apply text-lg; */
}