mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Make links in chat messages white (same as text), with underline
This commit is contained in:
parent
b1ca81bf2d
commit
387108da48
2 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||||
|
|
6
services/web/public/stylesheets/app/ol-chat.less
Normal file
6
services/web/public/stylesheets/app/ol-chat.less
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
// Styles for Chat panel in Overleaf v2
|
||||||
|
|
||||||
|
.chat .message-wrapper .message .message-content a {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
Loading…
Reference in a new issue