style(scss): 更新样式选择器以支持主题列表头部
Discourse Theme / ci (push) Failing after 0s

- 将 #list-area 选择器扩展为同时包含 .topic-list-header 类
- 移除背景颜色的强制设置以支持主题定制
- 保持现有的阴影效果和其他样式属性不变
This commit is contained in:
2026-02-22 11:42:58 +08:00
parent 8b0584a87e
commit 808d195332
+1 -1
View File
@@ -40,7 +40,7 @@
box-shadow: #00000094 0 0 11px 0;
}
#list-area{
#list-area, .topic-list-header{
background-color: unset !important;
}