From 5aa3502ef5ab47398cbc66301862032a847928cd Mon Sep 17 00:00:00 2001 From: lyswhut Date: Tue, 7 Dec 2021 15:07:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=BB=91=E8=89=B2=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E7=BF=BB=E9=A1=B5=E5=99=A8=E8=83=8C=E6=99=AF=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/assets/styles/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/assets/styles/variables.less b/src/renderer/assets/styles/variables.less index cf47c010..f8316db4 100644 --- a/src/renderer/assets/styles/variables.less +++ b/src/renderer/assets/styles/variables.less @@ -699,7 +699,7 @@ @color-black-btn-hover: fadeout(lighten(@color-black-theme, 40%), 70%); @color-black-btn-active: fadeout(lighten(@color-black-theme, 20%), 70%); @color-black-btn-select: fadeout(lighten(@color-black-theme, 25%), 70%); -@color-black-pagination-background: fadeout(darken(@color-black-theme, 15%), 50%); +@color-black-pagination-background: fadeout(lighten(@color-black-theme, 25%), 20%); @color-black-pagination-hover: fadeout(lighten(@color-black-theme, 1%), 70%); @color-black-pagination-active: fadeout(darken(@color-black-theme, 5%), 60%); @color-black-pagination-select: fadeout(darken(@color-black-theme, 3%), 60%);