From 661e6cc5da0bcd1beae42aff24336964f6c1037f Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 30 Nov 2021 01:58:42 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20ReservedCommand=20=EC=83=89=EC=9D=84=20?= =?UTF-8?q?=EC=95=BD=EA=B0=84=20=EC=88=98=EC=A0=95=20-=20=EB=94=B1?= =?UTF-8?q?=ED=9E=88=20=EC=96=B4=EB=A3=B0=EB=A6=B0=EB=8B=A4=EB=8A=94=20?= =?UTF-8?q?=EB=8A=90=EB=82=8C=EC=9D=80=20=EC=97=AC=EC=A0=84=ED=9E=88=20?= =?UTF-8?q?=EC=97=86=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scss/variables.scss | 15 ++++++++------- hwe/ts/ReservedCommand.vue | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/hwe/scss/variables.scss b/hwe/scss/variables.scss index 315f5d27..e377a478 100644 --- a/hwe/scss/variables.scss +++ b/hwe/scss/variables.scss @@ -1,12 +1,13 @@ -//TODO:혹시나 몰라서, 나중에 실제로 수정 -$bg1color: #141c65aa; -$bg2color: #225500aa; +$base1color: #141c65; +$base2color: #00582c; +$base3color: #704615; +$base4color: #70153b; $sammoColors: ( - 'base1': #000044, - 'base2': #225500, - 'base3': #660000, - 'base4': #330000, + 'base1': $base1color, + 'base2': $base2color, + 'base3': $base3color, + 'base4': $base4color, ); $nationColors: ( diff --git a/hwe/ts/ReservedCommand.vue b/hwe/ts/ReservedCommand.vue index 88a9b136..1197633d 100644 --- a/hwe/ts/ReservedCommand.vue +++ b/hwe/ts/ReservedCommand.vue @@ -506,7 +506,7 @@ export default defineComponent({ .turn_pad { white-space: nowrap; font-weight: lighter; - background-color: rgba($blue, 0.5); + background-color: rgba($base1color, 0.5); } .turn_pad .turn_text {