fix highlights on markdown

pull/454/head
Matthew Hodgson 2015-12-01 13:13:51 +00:00
parent f89dcacf07
commit 075d2b508d
1 changed files with 3 additions and 1 deletions

View File

@ -113,7 +113,9 @@ limitations under the License.
color: #ddd;
}
.mx_EventTile_highlight {
.mx_EventTile_highlight,
.mx_EventTile_highlight .markdown-body
{
color: #FF0064;
}