From 3cfdd87b259d686664701443aa9b8c52f571836d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VK=E4=BA=91=E6=A1=8C=E9=9D=A2?= <370725567@qq.com> Date: Wed, 1 Dec 2021 09:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=91=E8=89=B2=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E7=9A=84=E6=96=87=E5=AD=97=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/theme/black.js | 2 +- common/theme/blackWhite.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/theme/black.js b/common/theme/black.js index b485613..f4d72c9 100644 --- a/common/theme/black.js +++ b/common/theme/black.js @@ -4,7 +4,7 @@ export default { leftMenu: { backgroundColor: "#191a23", subBackgroundColor:"#101117", - textColor: "#f0f0f0", + textColor: "rgba(255,255,255,0.8)", activeTextColor: "#ffffff", activeBackgroundColor: "#2d8cf0", hoverTextColor: "#ffffff", diff --git a/common/theme/blackWhite.js b/common/theme/blackWhite.js index 3d14eaa..60a2339 100644 --- a/common/theme/blackWhite.js +++ b/common/theme/blackWhite.js @@ -4,7 +4,7 @@ export default { leftMenu: { backgroundColor: "#191a23", subBackgroundColor:"#101117", - textColor: "#f0f0f0", + textColor: "rgba(255,255,255,0.8)", activeTextColor: "#ffffff", activeBackgroundColor: "#2d8cf0", hoverTextColor: "#ffffff", -- GitLab