diff --git a/src/assets/css/components/_post.scss b/src/assets/css/components/_post.scss index 6b91c01785..0d69244949 100644 --- a/src/assets/css/components/_post.scss +++ b/src/assets/css/components/_post.scss @@ -100,7 +100,8 @@ .post__heading--anchor { position: relative; - &:focus-within { + &:focus-within, + &:hover { .post__heading-anchor { opacity: 1; pointer-events: auto;