Skip to content

Commit b2d6613

Browse files
committed
chg order of css for links in dark mode
1 parent f11381c commit b2d6613

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

application/single_app/static/css/chats.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -941,17 +941,17 @@ 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-
949944
/* Optional: Style links within messages */
950945
.message-text a {
951946
color: #ffeb3b; /* Bootstrap warning color for better visibility */
952947
text-decoration: underline;
953948
}
954949

950+
[data-bs-theme="dark"] .message-text a {
951+
color: #212529;
952+
text-decoration: underline;
953+
}
954+
955955
.message-text a:hover {
956956
color: #0a58ca;
957957
text-decoration: none;

0 commit comments

Comments
 (0)