Skip to content

Commit 71ab5ce

Browse files
committed
style: style anchor tags in message threads
1 parent 80321f8 commit 71ab5ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/src/components/chatApp/Component.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
text-align: center;
1313
}
1414

15-
a {
16-
text-decoration: underline;
17-
color: black;
15+
div.cs-message__html-content a {
16+
text-decoration: underline !important;
17+
color: #333333;
1818
}
19-
a:hover {
19+
div.cs-message__html-content a:hover {
2020
text-decoration: underline;
2121
color: midnightblue;
2222
}

0 commit comments

Comments
 (0)