This commit is contained in:
Gnieark 2016-05-30 20:12:26 +02:00
parent e59f6f6204
commit e85d4263f9

View File

@ -4,4 +4,6 @@ td {min-width: 10px; height: 10px;}
.celli0{border-right:1px dotted black;}
.celli2{border-left:1px dotted black;}
.arrenaMessage{color: green;}
.botResponse{color: red;}
.arrenaMessage::before{content: "arena message:";}
.botResponse{color: red;}
.botResponse::before{content: "bot response:";}