1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

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

View File

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