Fix color for @room pills in HTML messages
This commit is contained in:
parent
bf87547f88
commit
7a1008f1fe
1 changed files with 2 additions and 0 deletions
|
@ -36,7 +36,9 @@
|
||||||
background-color: $accent-color ! important;
|
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_highlight .mx_EventTile_content .markdown-body a.mx_UserPill_me,
|
||||||
|
.mx_EventTile_content .markdown-body a.mx_AtRoomPill,
|
||||||
.mx_EventTile_content .mx_AtRoomPill,
|
.mx_EventTile_content .mx_AtRoomPill,
|
||||||
.mx_MessageComposer_input .mx_AtRoomPill {
|
.mx_MessageComposer_input .mx_AtRoomPill {
|
||||||
color: $accent-fg-color;
|
color: $accent-fg-color;
|
||||||
|
|
Loading…
Reference in a new issue