misc: ReservedCommand 색을 약간 수정

- 딱히 어룰린다는 느낌은 여전히 없다.
This commit is contained in:
2021-11-30 01:58:42 +09:00
parent b2b911ec81
commit 661e6cc5da
2 changed files with 9 additions and 8 deletions
+8 -7
View File
@@ -1,12 +1,13 @@
//TODO:혹시나 몰라서, 나중에 실제로 수정 $base1color: #141c65;
$bg1color: #141c65aa; $base2color: #00582c;
$bg2color: #225500aa; $base3color: #704615;
$base4color: #70153b;
$sammoColors: ( $sammoColors: (
'base1': #000044, 'base1': $base1color,
'base2': #225500, 'base2': $base2color,
'base3': #660000, 'base3': $base3color,
'base4': #330000, 'base4': $base4color,
); );
$nationColors: ( $nationColors: (
+1 -1
View File
@@ -506,7 +506,7 @@ export default defineComponent({
.turn_pad { .turn_pad {
white-space: nowrap; white-space: nowrap;
font-weight: lighter; font-weight: lighter;
background-color: rgba($blue, 0.5); background-color: rgba($base1color, 0.5);
} }
.turn_pad .turn_text { .turn_pad .turn_text {