refactor(styles): 更新选择器以提高样式一致性
Discourse Theme / ci (push) Failing after 1s

- 将 ID 选择器 #ember155 替换为类选择器 .regular.ember-view
- 保持相同的背景颜色、边框圆角和背景模糊效果
- 提高样式的可重用性和维护性
This commit is contained in:
2026-02-20 21:28:33 +08:00
parent ea810552db
commit bee984881e
+1 -1
View File
@@ -44,7 +44,7 @@
background-color: unset !important;
}
#ember155{
.regular.ember-view{
background-color: #ffffffa8;
border-radius: var(--d-border-radius);
backdrop-filter: blur(16px);