fix(styles): update chat link styles for better visibility on hover

This commit is contained in:
medchedli 2025-05-28 19:18:52 +01:00
parent 4692339bea
commit 34a84f8521

View File

@ -1,5 +1,11 @@
a.chatLink {
color: inherit !important;
text-decoration: underline;
transition: color 0.2s ease;
&:hover {
color: #004499 !important;
text-decoration: underline;
}
}
p.sc-message--text-content {
margin: 0 !important;