diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index c3bf0f2..ed56fca 100644 --- a/static/style.css +++ b/static/style.css @@ -26,7 +26,7 @@ display: table-cell; } -#chatlog li.leave, #chatlog li.join { +#chatlog li.leave, #chatlog li.join, #chatlog li.leave .nick, #chatlog li.join .nick { color: gray !important; font-style: italic !important; } |