From 7a52988eb65d0e50cc56e9da8e0088dfc5f9e416 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 02 Jul 2025 15:41:31 +0800
Subject: [PATCH] style

---
 src/assets/css/index.scss |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/assets/css/index.scss b/src/assets/css/index.scss
index e405769..30ff90c 100644
--- a/src/assets/css/index.scss
+++ b/src/assets/css/index.scss
@@ -2,7 +2,9 @@
 @tailwind components;
 @tailwind utilities;
 
-@import './variable.scss';
+// @import './variable.scss';
+@import './variable-light.scss';
+// @import './index-b3fb30cd.css';
 
 /* overwite default */
 :root {
@@ -23,9 +25,9 @@
   --van-sidebar-selected-border-height: 44px !important;
   --van-sidebar-selected-border-width: 2px !important;
   --van-nav-bar-background: $mainBgColor !important;
-  --van-nav-bar-title-text-color: #fff !important;
-  --van-uploader-upload-background: #232C46 !important;
-  --van-index-anchor-text-color: #fff !important;
+  --van-nav-bar-title-text-color: #333 !important;
+  --van-uploader-upload-background: #fff !important;
+  --van-index-anchor-text-color: #333 !important;
 }
 
 body {
@@ -82,4 +84,5 @@
   width: 90px !important;
   height: 90px !important;
   opacity: 0.6;
-}
\ No newline at end of file
+}
+

--
Gitblit v1.9.3