From 392cd72f831fed921bdfe0f9ee48189ed1e9d20e Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 19 Jan 2020 17:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=B0=E5=B9=B4=E5=BF=AB?= =?UTF-8?q?=E4=B9=90=E7=9A=AE=E8=82=A4?= 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 0be786ad..8f46ee1f 100644 --- a/src/renderer/assets/styles/variables.less +++ b/src/renderer/assets/styles/variables.less @@ -522,7 +522,7 @@ @color-happyNewYear-theme_2: rgba(255, 199, 199, 0.8); @color-happyNewYear-theme_2-background_1: #f2a4a4; @color-happyNewYear-theme_2-background_2: fadeout(@color-happyNewYear-theme_2-background_1, 2%); -@color-happyNewYear-theme_2-hover: fadeout(lighten(@color-happyNewYear-theme, 10%), 65%); +@color-happyNewYear-theme_2-hover: fadeout(lighten(@color-happyNewYear-theme, 10%), 55%); @color-happyNewYear-theme_2-active: fadeout(darken(@color-happyNewYear-theme, 5%), 70%); @color-happyNewYear-theme_2-font: darken(@color-happyNewYear-theme_2, 90%); @color-happyNewYear-theme_2-font-label: desaturate(darken(@color-happyNewYear-theme, 5%), 50%);