diff --git a/_sass/layout/post.scss b/_sass/layout/post.scss index 467f0b1..7deecf7 100644 --- a/_sass/layout/post.scss +++ b/_sass/layout/post.scss @@ -55,7 +55,7 @@ img.preview-img { border-bottom: 1px double var(--main-border-color); font-size: 0.85rem; - .post-meta a { + .post-meta a:not(:hover) { @extend %link-underline; } }