diff --git a/src/skins/vector/css/molecules/EventTile.css b/src/skins/vector/css/molecules/EventTile.css index e3956bdb2b..17d1599e1f 100644 --- a/src/skins/vector/css/molecules/EventTile.css +++ b/src/skins/vector/css/molecules/EventTile.css @@ -106,6 +106,11 @@ limitations under the License. padding: 4px; } +.mx_MessageTile_searchHighlight a { + background-color: #76cfa6; + color: #fff; +} + .mx_EventTile_sending { color: #ddd; }