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 f11381c commit b2d6613Copy full SHA for b2d6613
application/single_app/static/css/chats.css
@@ -941,17 +941,17 @@ 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 {
951
color: #ffeb3b; /* Bootstrap warning color for better visibility */
952
text-decoration: underline;
953
954
+[data-bs-theme="dark"] .message-text a {
+ color: #212529;
+ text-decoration: underline;
+}
+
955
.message-text a:hover {
956
color: #0a58ca;
957
text-decoration: none;
0 commit comments