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