From 09caaee58db890d92401a7de86beadc17ae97a9d Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 26 Dec 2021 00:29:43 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=ED=99=80=EC=A7=9D=20=EC=83=89=EC=9D=84?= =?UTF-8?q?=20=EC=96=B4=EB=91=A1=EA=B2=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scss/chiefCenter.scss | 2 +- hwe/ts/PartialReservedCommand.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/scss/chiefCenter.scss b/hwe/scss/chiefCenter.scss index f25c10f6..b2c5c6b3 100644 --- a/hwe/scss/chiefCenter.scss +++ b/hwe/scss/chiefCenter.scss @@ -6,7 +6,7 @@ @import "@scss/common/bootswatch_custom_variables.scss"; @import "@scss/game_bg.scss"; -$modcolor2: color.adjust($nbase2color, $lightness: +5%); +$modcolor2: color.adjust($nbase2color, $lightness: -5%); .turn_pad { white-space: nowrap; diff --git a/hwe/ts/PartialReservedCommand.vue b/hwe/ts/PartialReservedCommand.vue index a4db31aa..09bab62d 100644 --- a/hwe/ts/PartialReservedCommand.vue +++ b/hwe/ts/PartialReservedCommand.vue @@ -619,7 +619,7 @@ export default defineComponent({ } .turn_pad:nth-child(8n) { - background-color: color.adjust($nbase2color, $lightness: +5%); + background-color: color.adjust($nbase2color, $lightness: -5%); } .turn_pad .turn_text {