force mono font over scm.css duplicate

This commit is contained in:
Frédéric Péters 2022-01-18 09:28:55 +01:00
parent 32945716ee
commit 1a7a9041e6
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ div.wiki {
padding-right: 1ex;
}
pre, code, table.filecontent td.line-code pre {
pre, code, #content table.filecontent td.line-code pre {
font-family: Consolas, Menlo, "Bitstream Vera Sans Mono", monospace;
}