apply monospace font correctly

This commit is contained in:
Matthew Hodgson 2019-05-19 17:41:18 +01:00
parent 069a5a9546
commit e48cc44cba
3 changed files with 9 additions and 0 deletions

View file

@ -411,6 +411,7 @@ limitations under the License.
.mx_EventTile_content .markdown-body {
pre, code {
font-family: $monospace-font-family ! important;
// deliberate constants as we're behind an invert filter
color: #333;
}