Skip to content

Commit 967f9cb

Browse files
committed
fix chat color
1 parent b2d6613 commit 967f9cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/single_app/static/css/chats.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,12 +943,12 @@ a.citation-link:hover {
943943

944944
/* Optional: Style links within messages */
945945
.message-text a {
946-
color: #ffeb3b; /* Bootstrap warning color for better visibility */
946+
color: #0d6efd;
947947
text-decoration: underline;
948948
}
949949

950950
[data-bs-theme="dark"] .message-text a {
951-
color: #212529;
951+
color: #ffeb3b;
952952
text-decoration: underline;
953953
}
954954

0 commit comments

Comments
 (0)