style(topic-cards): 移除卡片背景遮罩层并重置列表区域背景色
Discourse Theme / ci (push) Failing after 1s

- 移除了卡片元素的负z-index背景遮罩层
- 为列表区域添加了背景色重置样式
- 解决了背景颜色覆盖问题
- 优化了卡片显示效果
This commit is contained in:
2026-02-20 13:19:24 +08:00
parent 7cdbcb539e
commit 3efe032ebf
+4 -1
View File
@@ -784,8 +784,11 @@ body.user-messages-page {
left: 0;
right: 0;
bottom: 0;
z-index: -1;
width: 100%;
height: 100%;
background-color: #fff9;
}
#list-area{
background-color: unset !important;
}