From 45a02eb9e983a7ece9f00bdd21c7e0190a020a81 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 30 May 2016 20:14:08 +0200 Subject: [PATCH] specs fr --- src/arenas/tictactoe/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arenas/tictactoe/style.css b/src/arenas/tictactoe/style.css index 4383eee..3dfe9d5 100644 --- a/src/arenas/tictactoe/style.css +++ b/src/arenas/tictactoe/style.css @@ -4,6 +4,6 @@ td {min-width: 10px; height: 10px;} .celli0{border-right:1px dotted black;} .celli2{border-left:1px dotted black;} .arrenaMessage{color: green;} -.arrenaMessage::before{content: "arena message:";} +.arrenaMessage::before{content: "arena message:"; color: grey; font-size: 50%; test-transform:italic;} .botResponse{color: red;} -.botResponse::before{content: "bot response:";} \ No newline at end of file +.botResponse::before{content: "bot response:";color: grey; font-size: 50%; test-transform:italic;} \ No newline at end of file