From bdcefd7a9d54a48308ecce327011775db6a92ed6 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 10 七月 2024 17:48:45 +0800
Subject: [PATCH] wxmini

---
 wechat_jiaxuan/app.wxss |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/app.wxss b/wechat_jiaxuan/app.wxss
index 2efc949..986db10 100644
--- a/wechat_jiaxuan/app.wxss
+++ b/wechat_jiaxuan/app.wxss
@@ -5,6 +5,7 @@
 page{
   background-color: #fff;
   --themeColor:#B08771;
+  color: #111111;
 }
 image{
   display: flex;
@@ -16,7 +17,7 @@
   font-size: 28rpx;
 } 
 .primary{
-  color: var(--themeColor);
+  color: var(--themeColor) !important;
 }
 .df_sb{
   display: flex;

--
Gitblit v1.9.3