From eec61b957b4d2ea9eddbc2a9d10d172c0b653bc8 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 1 Sep 2020 00:05:00 -0500 Subject: [PATCH] Style links in chats --- app/styles/chats.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index a7369c53b..d6cb2bed8 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -276,5 +276,9 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + + a { + color: var(--highlight-text-color); + } } }