Commit ead3cc995b1e8478adfd8993d2a1698be4188b72

Authored by Victor Costa
Committed by Rodrigo Souto
1 parent 5ffb864f

Add style to links in chat history

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
public/stylesheets/chat.css
... ... @@ -140,6 +140,10 @@
140 140 display: inline-block;
141 141 width: 74%;
142 142 }
  143 +#chat-window .history .message .content a {
  144 + color: rgb(98, 129, 253);
  145 + text-decoration: none;
  146 +}
143 147 #chat-window .history .message.self .content {
144 148 background-color: #383838;
145 149 }
... ...