Fix hover color for links at the tail of posts

This commit is contained in:
Cotes Chung 2022-01-27 18:47:03 +08:00
parent fc36f8b66d
commit 55fd119d35
1 changed files with 1 additions and 1 deletions

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;
}
}