From 973f870ab2e16881844f8b9ffb4347b957b5f731 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 7 Sep 2022 13:59:03 +1000 Subject: [PATCH] fix: hyperlink text color --- stylesheets/_session_theme.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/_session_theme.scss b/stylesheets/_session_theme.scss index c10b91eda..2fcf3ebb7 100644 --- a/stylesheets/_session_theme.scss +++ b/stylesheets/_session_theme.scss @@ -69,6 +69,7 @@ a { text-decoration: underline; + color: var(--color-received-message-text); } } } @@ -76,6 +77,8 @@ &__container--outgoing { .module-message__text { a { + color: var(--color-sent-message-text); + text-decoration: underline; } }