apply monospace font correctly
This commit is contained in:
@@ -32,6 +32,10 @@ body {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: $monospace-font-family;
|
||||
}
|
||||
|
||||
.error, .warning {
|
||||
color: $warning-color;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user