fix: hover 新增动画

This commit is contained in:
tim
2025-09-10 18:13:04 +08:00
parent 227fb6f6cc
commit b2228296af
2 changed files with 3 additions and 0 deletions

View File

@@ -487,6 +487,7 @@ const sanitizeDescription = (text) => stripMarkdown(text)
align-items: center;
width: 100%;
border-bottom: 1px solid var(--normal-border-color);
transition: background-color 0.5s ease;
}
.article-item:hover {