adjusted image gallery text shadow and brightness on hover

This commit is contained in:
2026-04-11 10:44:10 +02:00
parent b0842d9fbd
commit ca545ab1d1

View File

@@ -95,7 +95,7 @@
} }
.gallery-zone:hover .gallery-img { .gallery-zone:hover .gallery-img {
filter: brightness(40%) saturate(60%); filter: brightness(70%) saturate(80%);
} }
.gallery-text-container { .gallery-text-container {
@@ -117,7 +117,7 @@
height: fit-content; height: fit-content;
font-size: 1.0rem; font-size: 1.0rem;
line-height: 1.4rem; line-height: 1.4rem;
text-shadow: 0 0 6px black; text-shadow: 0 0 6px black, 0 0 9px black;
} }
.gallery-desc-container { .gallery-desc-container {