mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
26190da566
Compile CSS using webpack GitOrigin-RevId: 489834038667dde572ea5d9b4b9392b362259a09
6 lines
142 B
Text
6 lines
142 B
Text
// Styles for Chat panel in Overleaf v2
|
|
|
|
.chat .message-wrapper .message .message-content a {
|
|
color: inherit;
|
|
text-decoration: underline;
|
|
}
|