From: Scott Worley Date: Sun, 19 Aug 2012 18:15:55 +0000 (-0700) Subject: Different colors for different message types X-Git-Url: http://git.scottworley.com/reliable-chat/commitdiff_plain/7310ffeebfda8540d2113fc8c846971a0f913d57?hp=d88cc9a81cf2394c79117f4d6a2a58690c56d3d8 Different colors for different message types --- diff --git a/webclient/rc.html b/webclient/rc.html index da5874a..c1d36b2 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -61,6 +61,18 @@ font-size: 85%; text-align: right; } + .status { + color: #dd8; + } + .local.self { + color: #d8d; + } + .self { + color: #8d8; + } + .me { + color: #bbd; + } .servercount { margin-right: -0.5em; font-size: 70%;