style(scss): 隐藏 Discourse 标识显示
Discourse Theme / ci (push) Failing after 2s

- 在 self.scss 中新增 .powered-by-discourse 类
- 设置 display: none 属性隐藏相关元素
- 保持原有的用户内容背景样式设置
- 添加空行优化代码结构可读性
This commit is contained in:
2026-02-24 09:45:30 +08:00
parent 3e2d5f455c
commit 45baef8a01
+4
View File
@@ -69,3 +69,7 @@
.user-content{
background-color: unset;
}
.powered-by-discourse{
display: none;
}