Resume hover effect for links on Category/Tag pages.

This commit is contained in:
Cotes Chung 2020-03-30 06:12:32 +08:00
parent da55d34d9b
commit 8f0c3659d6
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ a:hover {
#page-category &, #page-category &,
#page-tag &, #page-tag &,
#access-lastmod & { #access-lastmod & {
@extend %link-hover;
margin-bottom: -1px; // Avoid jumping margin-bottom: -1px; // Avoid jumping
} }
} }