Fix #4597: <code> blocks no longer render as monospace for notes.
This commit is contained in:
@@ -45,6 +45,10 @@
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
code {
|
||||
font: var(--monospace-font);
|
||||
}
|
||||
|
||||
a[rel*="external"] {
|
||||
word-break: initial;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user