handling links colors
This commit is contained in:
parent
463232e753
commit
c5991f2de1
|
|
@ -178,6 +178,11 @@ body.energie,
|
||||||
.chapter_index a.active {
|
.chapter_index a.active {
|
||||||
@apply text-energies-urbanisme;
|
@apply text-energies-urbanisme;
|
||||||
}
|
}
|
||||||
|
.homegrade-blocks-highlight--classic {
|
||||||
|
a[rel='noopener'] {
|
||||||
|
@apply !text-energies-urbanisme;
|
||||||
|
}
|
||||||
|
}
|
||||||
.homegrade-blocks-highlight {
|
.homegrade-blocks-highlight {
|
||||||
@apply bg-energies-urbanisme-light text-black;
|
@apply bg-energies-urbanisme-light text-black;
|
||||||
.icon {
|
.icon {
|
||||||
|
|
@ -321,7 +326,11 @@ body.isolation,
|
||||||
.chapter_index a.active {
|
.chapter_index a.active {
|
||||||
@apply text-isolation-quotidien;
|
@apply text-isolation-quotidien;
|
||||||
}
|
}
|
||||||
|
.homegrade-blocks-highlight--classic {
|
||||||
|
a[rel='noopener'] {
|
||||||
|
@apply !text-isolation-quotidien;
|
||||||
|
}
|
||||||
|
}
|
||||||
.homegrade-blocks-highlight {
|
.homegrade-blocks-highlight {
|
||||||
@apply bg-isolation-quotidien-light text-black;
|
@apply bg-isolation-quotidien-light text-black;
|
||||||
.icon {
|
.icon {
|
||||||
|
|
@ -452,6 +461,11 @@ body.erfgoed,
|
||||||
.chapter_index a.active {
|
.chapter_index a.active {
|
||||||
@apply text-patrimoine-renovation;
|
@apply text-patrimoine-renovation;
|
||||||
}
|
}
|
||||||
|
.homegrade-blocks-highlight--classic {
|
||||||
|
a[rel='noopener'] {
|
||||||
|
@apply !text-patrimoine-renovation;
|
||||||
|
}
|
||||||
|
}
|
||||||
.homegrade-blocks-highlight {
|
.homegrade-blocks-highlight {
|
||||||
@apply bg-patrimoine-renovation-light text-black;
|
@apply bg-patrimoine-renovation-light text-black;
|
||||||
.icon {
|
.icon {
|
||||||
|
|
@ -584,6 +598,11 @@ body.duurzaamheid,
|
||||||
.chapter_index a.active {
|
.chapter_index a.active {
|
||||||
@apply text-location-durabilite;
|
@apply text-location-durabilite;
|
||||||
}
|
}
|
||||||
|
.homegrade-blocks-highlight--classic {
|
||||||
|
a[rel='noopener'] {
|
||||||
|
@apply !text-location-durabilite;
|
||||||
|
}
|
||||||
|
}
|
||||||
.homegrade-blocks-highlight {
|
.homegrade-blocks-highlight {
|
||||||
@apply bg-location-durabilite-light text-black;
|
@apply bg-location-durabilite-light text-black;
|
||||||
.icon {
|
.icon {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user