Commit 1a5e1b3615890b5015a51eb93ee65abd4e430b28

Authored by Victor Costa
1 parent 733f701e

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,6 +140,10 @@
140 display: inline-block; 140 display: inline-block;
141 width: 74%; 141 width: 74%;
142 } 142 }
  143 +#chat-window .history .message .content a {
  144 + color: rgb(98, 129, 253);
  145 + text-decoration: none;
  146 +}
143 #chat-window .history .message.self .content { 147 #chat-window .history .message.self .content {
144 background-color: #383838; 148 background-color: #383838;
145 } 149 }