fix: hyperlink text color

This commit is contained in:
Audric Ackermann 2022-09-07 13:59:03 +10:00
parent ad04faca6f
commit 973f870ab2
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}
}