Fix hover color for links at the tail of posts
This commit is contained in:
parent
fc36f8b66d
commit
55fd119d35
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ img.preview-img {
|
||||||
border-bottom: 1px double var(--main-border-color);
|
border-bottom: 1px double var(--main-border-color);
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
|
|
||||||
.post-meta a {
|
.post-meta a:not(:hover) {
|
||||||
@extend %link-underline;
|
@extend %link-underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue