添加评论,并适当完善主体

This commit is contained in:
2025-08-25 21:24:00 +08:00
parent 59a1b1e29a
commit a5c007a2e9
2 changed files with 20 additions and 2 deletions

View File

@@ -17,7 +17,9 @@ html:not(.dark) .VPHome::before {
background-image: url(/bgw.webp);
}
// 隐藏置顶的icon
.blog-item .pin.pin::before {
display: none;
// 修改颜色
background-image: linear-gradient(#1E90FF, #1E90FF);
}