adjusted image gallery text shadow and brightness on hover
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user