From 4cf19e97da3472362693e77e8a3ec5bb7ecfd6f9 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Wed, 11 Jun 2025 11:11:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9C=AA=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E5=8D=8A=E9=80=8F=E6=98=8E=E6=95=88=E6=9E=9C=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index 426693b..443e860 100644 --- a/theme.css +++ b/theme.css @@ -313,7 +313,7 @@ body.is-mobile { --indentation-guide-color-active: var(--indentation-guide-color); --scrollbar-thumb-color: rgba(255, 255, 255, 0.2); --workspace-background-translucent: hsla(0, 0%, 0%, 0.3); - --text-color: rgb(250, 250, 250); + --text-color: rgb(240, 240, 240); --tree-item-color: rgba(210, 210, 210, 0.8); --active-border-color: rgba(0, 157, 255, 0.8); --statusbar-bg-color: rgba(28, 28, 28, 0.7); @@ -353,7 +353,7 @@ body.is-mobile { --blockquote-border-color: rgba(28, 28, 28, 0.2); --scrollbar-thumb-color: rgba(0, 0, 0, 0.2); --workspace-background-translucent: hsla(0, 0%, 100%, 0.05); - --text-color: rgb(0, 0, 0); + --text-color: rgb(8, 8, 8); --tree-item-color: rgb(20, 20, 20, 0.8); --active-border-color: rgb(0, 121, 172); --statusbar-bg-color: rgba(248, 248, 248, 0.7); @@ -412,7 +412,7 @@ body:not(.is-mobile) .theme-light { backdrop-filter: blur(15px) saturate(180%); -webkit-backdrop-filter: blur(15px) saturate(180%); border: 1px solid rgba(255, 255, 255, 0.1); - box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); + box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); color: #fff; margin: 0 10px 10px 5px; }