From 55fd119d3501e0ef90d9ebf88376ebb9e877deed Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 27 Jan 2022 18:47:03 +0800 Subject: [PATCH] Fix hover color for links at the tail of posts --- _sass/layout/post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }