FEATURE Applying grayscale on images
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-07-01 17:16:08 +02:00
parent 22de74e443
commit c37fa43f68

View File

@ -4,7 +4,7 @@
.gallery-card { .gallery-card {
@apply h-auto py-12 border border-primary !p-3; @apply h-auto py-12 border border-primary !p-3;
img { img {
@apply w-full h-80 object-cover; @apply w-full h-80 object-cover filter grayscale hover:grayscale-0 transition-all duration-300;
} }
} }