From e64d8051bf56c888ddd2f9c72b09dc76709f401a Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Fri, 16 Sep 2022 10:11:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8F=90=E9=AB=98=E4=B8=BB=E8=89=B2?= =?UTF-8?q?=E5=9C=A8=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=B8=8B=E7=9A=84?= =?UTF-8?q?=E5=AF=B9=E6=AF=94=E5=BA=A6=20=E6=94=B9=E5=96=84=E9=95=BF?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/cpns/clip-item-list.less | 1 - src/style/index.less | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/style/cpns/clip-item-list.less b/src/style/cpns/clip-item-list.less index 8c688ad..6064bd5 100644 --- a/src/style/cpns/clip-item-list.less +++ b/src/style/cpns/clip-item-list.less @@ -73,7 +73,6 @@ } .clip-over-sized-content { color: @primary-color; - text-shadow: 0px 0px 1px @primary-color-lighter; } } } diff --git a/src/style/index.less b/src/style/index.less index f1745d5..4094e87 100644 --- a/src/style/index.less +++ b/src/style/index.less @@ -11,7 +11,7 @@ @media (prefers-color-scheme: dark) { #app { - @primary-color: #3271ae; + @primary-color: #448bd2; @primary-color-lighter: #4997e1; @text-color: #e8e6e3; @text-color-lighter: rgb(181, 181, 181);