diff --git a/static/chat.css b/static/chat.css index b407e4a..432abe2 100644 --- a/static/chat.css +++ b/static/chat.css @@ -1,6 +1,7 @@ html, body { background: #222; + color: white; } .message { @@ -27,4 +28,4 @@ body { .from_admin p { border-bottom-left-radius: 5px; -} \ No newline at end of file +}