fix: 首页文章 分类角标 模糊效果错位 #72

This commit is contained in:
Airbo ZH 2023-02-05 01:19:34 +08:00
parent b6f02b831b
commit de240eb08d
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;