We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186a6e1 commit f11381cCopy full SHA for f11381c
application/single_app/static/css/chats.css
@@ -941,9 +941,14 @@ a.citation-link:hover {
941
margin-bottom: 10px; /* Add some space before the footer or citation box */
942
}
943
944
+[data-bs-theme="dark"] .message-text a {
945
+ color: #212529;
946
+ text-decoration: underline;
947
+}
948
+
949
/* Optional: Style links within messages */
950
.message-text a {
- color: #0d6efd;
951
+ color: #ffeb3b; /* Bootstrap warning color for better visibility */
952
text-decoration: underline;
953
954
0 commit comments