diff options
| author | Jan T <jans.tuomi@gmail.com> | 2022-07-16 14:34:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-16 14:34:23 +0300 |
| commit | d9d0ef1fc083b1897fa14e520f36ff02af5fc2f0 (patch) | |
| tree | ffa2f16f52d4130813c0da08c55e15c754e99177 /src/styles.css | |
| parent | 55e98e41f70a2bc4edf267127ae0c776488fc760 (diff) | |
Add active pseudoclass to gallery images
Diffstat (limited to 'src/styles.css')
| -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 +}
|
