fix inline <code/> blocks

pull/351/merge
Matthew Hodgson 2015-11-27 16:20:14 +00:00
parent 8a5828620c
commit 9e97160c85
1 changed files with 6 additions and 0 deletions

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;