Undo superfluous delete

pull/21833/head
Jorik Schellekens 2020-04-14 17:07:59 +01:00
parent 07853f48bb
commit 18efbccceb
1 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,13 @@ a.mx_Pill {
padding: $font-5px;
}
/* More specific to override `.markdown-body a` color */
.mx_EventTile_content .markdown-body a.mx_GroupPill,
.mx_GroupPill {
color: $accent-fg-color;
background-color: $rte-group-pill-color;
}
/* More specific to override `.markdown-body a` text-decoration */
.mx_EventTile_content .markdown-body a.mx_Pill {
text-decoration: none;