diff --git a/src/arenas/tictactoe/style.css b/src/arenas/tictactoe/style.css index e537c5d..4383eee 100644 --- a/src/arenas/tictactoe/style.css +++ b/src/arenas/tictactoe/style.css @@ -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;} \ No newline at end of file +.arrenaMessage::before{content: "arena message:";} +.botResponse{color: red;} +.botResponse::before{content: "bot response:";} \ No newline at end of file