FEATURE Adapating cta icon color on background color change

This commit is contained in:
Antoine M 2025-10-07 17:42:19 +02:00
parent d3641a3453
commit a17cb5c405

View File

@ -107,6 +107,14 @@
}
}
&--bg-dark {
.wp-block-carhop-blocks-cta {
&:after {
filter: brightness(41);
}
}
}
> *:not(.chapter-section__background) {
z-index: 2;
}