From 4ec1f749de9d45421c61fffca2d7f290ac3aaade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B0=8F=E6=98=8E?= <2966980@qq.com> Date: Wed, 10 Jul 2024 19:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E6=94=B9=E8=9E=8D=E5=90=88=E4=B8=80=E7=82=B9?= =?UTF-8?q?=EF=BC=8C=E7=BA=AF=E9=BB=91=E7=9C=8B=E7=9D=80=E7=9C=BC=E7=9D=9B?= =?UTF-8?q?=E5=AE=B9=E6=98=93=E7=96=B2=E6=83=AB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/dark.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/dark.less b/src/style/dark.less index c7d4535..819fb48 100644 --- a/src/style/dark.less +++ b/src/style/dark.less @@ -1,6 +1,6 @@ [data-theme="dark"] { body { color: rgba(255, 255, 255, 0.85); - background-color: #000; + background-color: #323549; } }