1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

perf(ui): improve hover effect of trending tags

This commit is contained in:
Cotes Chung
2023-03-21 08:59:17 +08:00
parent aadf9393d5
commit 34499f0c92
3 changed files with 21 additions and 20 deletions

View File

@@ -155,6 +155,16 @@ h1 + .post-meta {
.post-tags {
line-height: 2rem;
.post-tag {
background: var(--tag-bg);
&:hover {
@extend %link-hover;
@extend %tag-hover;
@extend %no-bottom-border;
}
}
}
.post-navigation {