diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/styles.css b/src/styles.css index ca749f8..543ed13 100644 --- a/src/styles.css +++ b/src/styles.css @@ -146,10 +146,12 @@ h3 { max-width: 70%;
}
+.gallery .column a:active .title,
.gallery .column a:hover .title {
display: initial;
}
+.gallery .column a:active img,
.gallery .column a:hover img {
filter: sepia(0.6);
}
@@ -164,4 +166,4 @@ h3 { .contact-info a {
color: var(--purple) !important;
-}
\ No newline at end of file +}
|
