💄 调整深色模式下帖子卡片样式

This commit is contained in:
目棃
2025-03-08 16:44:49 +08:00
parent 6b5959ff76
commit 9dba531bb2

View File

@@ -241,6 +241,10 @@ async function toForum(forum: RenderForum): Promise<void> {
row-gap: 8px;
}
.dark .tpc-card {
box-shadow: unset;
}
.tpc-top {
display: flex;
width: 100%;