From e00c30c96123769d8a9e6f30cc9a2c3e8099e34c Mon Sep 17 00:00:00 2001 From: nsnail Date: Mon, 29 Jul 2024 18:28:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E7=AB=99=E5=86=85?= =?UTF-8?q?=E4=BF=A1=E8=A7=92=E6=A0=87=E9=A2=9C=E8=89=B2=20(#167)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tk --- src/frontend/admin/src/style/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/admin/src/style/app.scss b/src/frontend/admin/src/style/app.scss index fd36a068..abcb838f 100644 --- a/src/frontend/admin/src/style/app.scss +++ b/src/frontend/admin/src/style/app.scss @@ -171,7 +171,7 @@ textarea { background: rgba(255, 255, 255, 0.1) !important; } -.user-bar * { +.user-bar { color: var(--el-menu-text-color); }