/*Write your custom css in this file.*/

.chat-msg a,
.group-chat-bubble a,
.js-message-reply p a,
.message-container p a {
    color: #f1c40f !important;
    text-decoration: underline !important;
}

.chat-msg a:hover,
.group-chat-bubble a:hover,
.js-message-reply p a:hover,
.message-container p a:hover {
    color: #d4ac0d !important;
    text-decoration: underline !important;
}