From c3f1457fcee456e419ba989f8173c633a103554f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 26 Dec 2021 23:43:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=84=B4=20=EC=84=A0=ED=83=9D=EA=B8=B0?= =?UTF-8?q?=20=ED=99=80=EC=A7=9D=20=EC=83=89=20=EC=84=A0=ED=83=9D=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PartialReservedCommand.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/ts/PartialReservedCommand.vue b/hwe/ts/PartialReservedCommand.vue index 61373c46..ecede8c5 100644 --- a/hwe/ts/PartialReservedCommand.vue +++ b/hwe/ts/PartialReservedCommand.vue @@ -706,7 +706,7 @@ export default defineComponent({ background-color: $nbase2color; } -.turn_pad:nth-child(8n) { +.turn_pad:nth-child(2n) { background-color: color.adjust($nbase2color, $lightness: -5%); }