Style links in chats

This commit is contained in:
Alex Gleason
2020-09-01 00:05:00 -05:00
parent cd5ee4837c
commit eec61b957b

View File

@ -276,5 +276,9 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
a {
color: var(--highlight-text-color);
}
}
}