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

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

View File

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