handling links colors

This commit is contained in:
Antoine M 2024-05-28 14:59:16 +02:00
parent 463232e753
commit c5991f2de1

View File

@ -178,6 +178,11 @@ body.energie,
.chapter_index a.active {
@apply text-energies-urbanisme;
}
.homegrade-blocks-highlight--classic {
a[rel='noopener'] {
@apply !text-energies-urbanisme;
}
}
.homegrade-blocks-highlight {
@apply bg-energies-urbanisme-light text-black;
.icon {
@ -321,7 +326,11 @@ body.isolation,
.chapter_index a.active {
@apply text-isolation-quotidien;
}
.homegrade-blocks-highlight--classic {
a[rel='noopener'] {
@apply !text-isolation-quotidien;
}
}
.homegrade-blocks-highlight {
@apply bg-isolation-quotidien-light text-black;
.icon {
@ -452,6 +461,11 @@ body.erfgoed,
.chapter_index a.active {
@apply text-patrimoine-renovation;
}
.homegrade-blocks-highlight--classic {
a[rel='noopener'] {
@apply !text-patrimoine-renovation;
}
}
.homegrade-blocks-highlight {
@apply bg-patrimoine-renovation-light text-black;
.icon {
@ -584,6 +598,11 @@ body.duurzaamheid,
.chapter_index a.active {
@apply text-location-durabilite;
}
.homegrade-blocks-highlight--classic {
a[rel='noopener'] {
@apply !text-location-durabilite;
}
}
.homegrade-blocks-highlight {
@apply bg-location-durabilite-light text-black;
.icon {