From ead3cc995b1e8478adfd8993d2a1698be4188b72 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 14 Aug 2014 18:25:28 -0300 Subject: [PATCH] Add style to links in chat history --- public/stylesheets/chat.css | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/public/stylesheets/chat.css b/public/stylesheets/chat.css index 0c57684..11ceba9 100644 --- a/public/stylesheets/chat.css +++ b/public/stylesheets/chat.css @@ -140,6 +140,10 @@ display: inline-block; width: 74%; } +#chat-window .history .message .content a { + color: rgb(98, 129, 253); + text-decoration: none; +} #chat-window .history .message.self .content { background-color: #383838; } -- libgit2 0.21.2