Merge pull request #73 from AirboZH/fix-#72

fix: 首页文章 分类角标 模糊效果错位
This commit is contained in:
liuzhihang 2023-02-05 17:08:10 +08:00 committed by GitHub
commit 6fcf16b76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -9582,11 +9582,13 @@ span.recent-post-top-text {
position: absolute; position: absolute;
top: 8px; top: 8px;
left: 8px; left: 8px;
display: flex;
} }
/* 自定义的文章分类 */ /* 自定义的文章分类 */
a.article-meta__category { a.article-meta__category {
display: block;
padding: 2px 6px; padding: 2px 6px;
background: var(--heo-black-op); background: var(--heo-black-op);
border-radius: 6px; border-radius: 6px;