diff --git a/static/style.css b/static/style.css index 4911f30..375a4c8 100644 --- a/static/style.css +++ b/static/style.css @@ -1170,9 +1170,9 @@ a.search_subreddit:hover { } .post_blurred:has(:is(.post_media_content, .post_body, .post_thumbnail):focus-within) { - .post_media_content[tabindex] *, - .post_body[tabindex], - .post_thumbnail[tabindex] * { + .post_media_content *, + .post_body, + .post_thumbnail * { filter: none; } } diff --git a/templates/utils.html b/templates/utils.html index 99a2725..7cd3b89 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -100,7 +100,7 @@ {% if post.post_type == "image" %} -