diff --git a/ui/chatArea/innerStyle.css b/ui/chatArea/innerStyle.css index c8f3fece5..876f849db 100644 --- a/ui/chatArea/innerStyle.css +++ b/ui/chatArea/innerStyle.css @@ -87,3 +87,7 @@ div.button { margin-left: 0px; color: @white; } + +*:link { + color: blue; +}