From d9d0ef1fc083b1897fa14e520f36ff02af5fc2f0 Mon Sep 17 00:00:00 2001 From: Jan T Date: Sat, 16 Jul 2022 14:34:23 +0300 Subject: Add active pseudoclass to gallery images --- src/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 +} -- cgit v1.3