From eec6778f8d9a74855b1390cfebd2fa637b2d2e65 Mon Sep 17 00:00:00 2001 From: hehh Date: Wed, 26 Nov 2025 01:04:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(css):=20=E4=BF=AE=E6=AD=A3=E5=A4=9C?= =?UTF-8?q?=E9=97=B4=E6=A8=A1=E5=BC=8F=E4=B8=8B=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 about.css 中多余的闭合括号 - 调整了 artalk.css 中夜间模式输入框的文字颜色以提高可读性 --- css/about.css | 1 - css/artalk.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/css/about.css b/css/about.css index b2e9fb4..ac14217 100644 --- a/css/about.css +++ b/css/about.css @@ -1841,7 +1841,6 @@ body { text-shadow: 0 0 10px var(--accent-glow); } -} [data-theme="night"] .stat-key { color: var(--text-secondary); diff --git a/css/artalk.css b/css/artalk.css index fe0e871..5c01373 100644 --- a/css/artalk.css +++ b/css/artalk.css @@ -617,7 +617,7 @@ /* PC端黑夜模式下的输入框颜色和列表样式修正 */ [data-theme="night"] .atk-editor-textarea { background: rgba(40, 40, 45, 0.7) !important; - color: #dfe6e9 !important; + color: #1f2937 !important; border: 1px solid rgba(255, 255, 255, 0.12) !important; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important; }