mirror of https://github.com/vector-im/riot-web
fix inline <code/> blocks
parent
8a5828620c
commit
9e97160c85
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue