From 57752d09cd2a4a4b10fa43b78ccb5ce40b332ac4 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 12 Feb 2020 15:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=81=AB=E5=BD=B1=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 20c9faca..cbc859ff 100644 --- a/src/renderer/assets/styles/variables.less +++ b/src/renderer/assets/styles/variables.less @@ -481,7 +481,7 @@ @color-dhHyrz-theme-sidebar: rgba(255, 255, 255, .3); @color-dhHyrz-btn: fadeout(darken(@color-dhHyrz-theme, 5%), 15%); @color-dhHyrz-btn-background: fadeout(lighten(@color-dhHyrz-theme, 35%), 70%); -@color-dhHyrz-pagination-background: fadeout(lighten(@color-dhHyrz-theme, 15%), 60%); +@color-dhHyrz-pagination-background: fadeout(lighten(@color-dhHyrz-theme, 20%), 70%); @color-dhHyrz-pagination-hover: fadeout(lighten(@color-dhHyrz-theme, 10%), 60%); @color-dhHyrz-pagination-active: fadeout(darken(@color-dhHyrz-theme, 10%), 70%); @color-dhHyrz-pagination-select: fadeout(lighten(@color-dhHyrz-theme, 10%), 50%);