FEATURE Introducing the white variation for a href blank

This commit is contained in:
Antoine M 2025-10-07 12:20:16 +02:00
parent 0ea39618ff
commit 72329941ff

View File

@ -20,6 +20,12 @@
&--bg-dark { &--bg-dark {
--content-box-text-color: #fff; --content-box-text-color: #fff;
a[target='_blank'] {
&:after {
background-image: url('../resources/img/carhop-fleche-lien-externe-full--white.svg');
}
}
} }
&__innerblocks { &__innerblocks {