Fix color for @room pills in HTML messages

This commit is contained in:
J. Ryan Stinnett 2019-01-07 09:18:24 -06:00
parent bf87547f88
commit 7a1008f1fe

View file

@ -36,7 +36,9 @@
background-color: $accent-color ! important;
}
/* More specific to override `.markdown-body a` color */
.mx_EventTile_highlight .mx_EventTile_content .markdown-body a.mx_UserPill_me,
.mx_EventTile_content .markdown-body a.mx_AtRoomPill,
.mx_EventTile_content .mx_AtRoomPill,
.mx_MessageComposer_input .mx_AtRoomPill {
color: $accent-fg-color;