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 {