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 {