Fix hover color for links at the tail of posts

This commit is contained in:
Cotes Chung
2022-01-28 23:48:46 +08:00
parent fc36f8b66d
commit 55fd119d35
+1 -1
View File
@@ -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;
}
}