diff --git a/client/index.css b/client/index.css index db1bcfe..5908afe 100644 --- a/client/index.css +++ b/client/index.css @@ -145,6 +145,7 @@ button#leave { padding-top: 5px; width: 200px; height: 50px; + font-size: 120%; } #game_canvas { margin-left: 300px; @@ -173,7 +174,7 @@ button#lobby { .message .sender { color: red; } -.message.me .sender { +.message.blue .sender { color: blue !important; } .chatbox { diff --git a/client/index.html b/client/index.html index 11eb94b..5bf5fd7 100644 --- a/client/index.html +++ b/client/index.html @@ -28,6 +28,7 @@