From 1a7a9041e63f70a6349241e3a1d86e57771e787e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 18 Jan 2022 09:28:55 +0100 Subject: [PATCH] force mono font over scm.css duplicate --- stylesheets/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/application.scss b/stylesheets/application.scss index 097426a..44d302d 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -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; }