Add white background-color to card images

This commit is contained in:
Timothée Goguely 2024-12-17 15:31:43 +01:00
parent 42bf8c11b4
commit fb99f6fde1

View file

@ -59,6 +59,7 @@
.card__images > img {
height: 100%;
width: 100%;
background-color: var(--color-white);
}
.card__images > img[src$='.svg'],
.card__images > img[src$='.png'] {