커맨드 출력 준비

This commit is contained in:
2018-11-23 03:12:08 +09:00
parent c5868b7e5a
commit 2e462f39f7
6 changed files with 125 additions and 232 deletions
+22
View File
@@ -218,3 +218,25 @@ div.bar_out div.bar_in{
margin:0;
padding:0;
}
.commandBasic{
background-color:black;
color:white;
}
.compensatePositive{
color:skyblue;
}
.compensateNegative{
color:orange;
}
.compensateNeutral{
color:white;
}
.commandBasic.commandImpossible{
background-color:red;
color:white;
}