FIX Link color style when autolink on page #
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
238a4ff421
commit
486ec12968
|
|
@ -41,6 +41,7 @@ body.akoestiek,
|
|||
@apply text-acoustique-coproprietes;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
@apply !text-acoustique-coproprietes;
|
||||
|
|
@ -189,6 +190,7 @@ body.energie,
|
|||
@apply text-energies-urbanisme;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
@apply !text-energies-urbanisme;
|
||||
|
|
@ -344,6 +346,7 @@ body.isolation,
|
|||
@apply text-isolation-quotidien;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
@apply !text-isolation-quotidien;
|
||||
|
|
@ -496,6 +499,7 @@ body.gezondheid-en-veiligheid,
|
|||
@apply text-patrimoine-sante-securite;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
@apply !text-patrimoine-sante-securite;
|
||||
|
|
@ -663,6 +667,7 @@ body.duurzaamheid,
|
|||
@apply text-location-durabilite;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
@apply !text-location-durabilite;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user