Make links in chat messages white (same as text), with underline

This commit is contained in:
Shane Kilkelly 2018-05-01 10:16:56 +01:00
parent b1ca81bf2d
commit 387108da48
2 changed files with 7 additions and 0 deletions

View file

@ -1,2 +1,3 @@
@import "app/sidebar-v2-dash-pane.less"; @import "app/sidebar-v2-dash-pane.less";
@import "app/front-chat-widget.less"; @import "app/front-chat-widget.less";
@import "app/ol-chat.less";

View file

@ -0,0 +1,6 @@
// Styles for Chat panel in Overleaf v2
.chat .message-wrapper .message .message-content a {
color: inherit;
text-decoration: underline;
}