Skip to content

Commit f11381c

Browse files
committed
fix chat links in dark mode
1 parent 186a6e1 commit f11381c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

application/single_app/static/css/chats.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,9 +941,14 @@ a.citation-link:hover {
941941
margin-bottom: 10px; /* Add some space before the footer or citation box */
942942
}
943943

944+
[data-bs-theme="dark"] .message-text a {
945+
color: #212529;
946+
text-decoration: underline;
947+
}
948+
944949
/* Optional: Style links within messages */
945950
.message-text a {
946-
color: #0d6efd;
951+
color: #ffeb3b; /* Bootstrap warning color for better visibility */
947952
text-decoration: underline;
948953
}
949954

0 commit comments

Comments
 (0)