From 45baef8a01917200c4bfd878039ee82076f1584f Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Tue, 24 Feb 2026 09:45:30 +0800 Subject: [PATCH] =?UTF-8?q?style(scss):=20=E9=9A=90=E8=97=8F=20Discourse?= =?UTF-8?q?=20=E6=A0=87=E8=AF=86=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 self.scss 中新增 .powered-by-discourse 类 - 设置 display: none 属性隐藏相关元素 - 保持原有的用户内容背景样式设置 - 添加空行优化代码结构可读性 --- scss/self.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/self.scss b/scss/self.scss index c5ceb1f..9024728 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -69,3 +69,7 @@ .user-content{ background-color: unset; } + +.powered-by-discourse{ + display: none; +}