From 7c888f5249dc8d413a6daa288455cccc10b68b4f Mon Sep 17 00:00:00 2001 From: OLDREDSTONE Date: Sat, 29 Nov 2025 14:14:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9A=97=E8=89=B2=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E9=83=A8=E5=88=86=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/dark.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/dark.css b/style/dark.css index 767eafe..3dd00f1 100644 --- a/style/dark.css +++ b/style/dark.css @@ -1,12 +1,12 @@ body.dark { --main-color: #c8c8c8; - --main-theme-color: #008080; + --main-theme-color: #3c7e7e; --background-color: #1f1f1f; --background-border-color: #303030; --section-main-color: #0f0f0f; - --section-background-color: #003333; + --section-background-color: #2c3333; --section-table-header-border-color: #303030; - --section-blockquote-background-color: #003a3a; + --section-blockquote-background-color: #2a3131; --section-blockquote-color: #7cdcfe; --section-tip-background-color: #161616; --section-tip-color: #3f3f3fcc;