Fix #4597: <code> blocks no longer render as monospace for notes.

This commit is contained in:
evazion
2020-08-21 21:14:42 -05:00
parent 49c15e1de7
commit c295e233f2

View File

@@ -45,6 +45,10 @@
font-size: 0.8em;
}
code {
font: var(--monospace-font);
}
a[rel*="external"] {
word-break: initial;
}