fix inline <code/> blocks

This commit is contained in:
Matthew Hodgson 2015-11-27 16:20:14 +00:00
parent 8a5828620c
commit 9e97160c85

View file

@ -87,6 +87,12 @@ limitations under the License.
color: #76cfa6;
}
.mx_MessageTile_content .markdown-body .hljs {
display: inherit ! important;
}
/* end of overrides */
.mx_MessageTile_searchHighlight {
background-color: #76cfa6;
color: #fff;