forked from matrix/element-web
fix inline <code/> blocks
This commit is contained in:
parent
8a5828620c
commit
9e97160c85
|
@ -87,6 +87,12 @@ limitations under the License.
|
||||||
color: #76cfa6;
|
color: #76cfa6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MessageTile_content .markdown-body .hljs {
|
||||||
|
display: inherit ! important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* end of overrides */
|
||||||
|
|
||||||
.mx_MessageTile_searchHighlight {
|
.mx_MessageTile_searchHighlight {
|
||||||
background-color: #76cfa6;
|
background-color: #76cfa6;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in New Issue