fixing card titles colors

This commit is contained in:
Antoine M 2024-08-13 17:03:23 +02:00
parent 507221368e
commit c50639134e

View File

@ -38,3 +38,47 @@
/* position: unset; */ /* position: unset; */
} }
} }
.post-card--coproprietes,
.post-card--mede-eigendommen,
.post-card--acoustique,
.post-card--akoestiek {
h2.post-card__title {
@apply text-acoustique-coproprietes;
}
}
.post-card--urbanisme,
.post-card--stedenbouw,
.post-card--energies,
.post-card--energie {
h2.post-card__title {
@apply text-energies-urbanisme;
}
}
.post-card--au-quotidien,
.post-card--dagelijks,
.post-card--isolatie,
.post-card--isolation {
h2.post-card__title {
@apply text-isolation-quotidien;
}
}
.post-card--patrimoine,
.post-card--erfgoed,
.post-card--sante-et-securite,
.post-card--gezondheid-en-veiligheid {
h2.post-card__title {
@apply text-patrimoine-sante-securite;
}
}
.post-card--location,
.post-card--verhuur,
.post-card--durabilite,
.post-card--duurzaamheid {
h2.post-card__title {
@apply !text-location-durabilite;
}
}