add opacity transition on image load

This commit is contained in:
isUnknown 2024-09-17 15:18:47 +02:00
parent 53c7749789
commit c13626ce09

View file

@ -38,6 +38,8 @@
--color-mint: #45e6ba;
--color-brown: #a59478;
--color-brown-light: #d6cfbe;
--transition-image-opacity: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {