From 9337c3cf960b60078558b7f942fd27f1ab39364b Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 16 Dec 2025 18:29:46 +0800
Subject: [PATCH] 改黑夜样式
---
src/assets/theme/_themes.scss | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/assets/theme/_themes.scss b/src/assets/theme/_themes.scss
index 444a23e..ec0d017 100644
--- a/src/assets/theme/_themes.scss
+++ b/src/assets/theme/_themes.scss
@@ -43,7 +43,8 @@
tab_color:#333, //tab文字颜色
input_border:#e5e5e5, //输入框边框颜色
),
- dark:(main_background: #121212, //主题色
+ dark:(
+ main_background: #121212, //主题色
text_color: #fff, //文字颜色
text_color1: #868D9A, //文字浅色
text_color2: #B7BDD1, // 资金页面所用对应
--
Gitblit v1.9.3