From e0bd01f51e14e9148b906842581c1622de74e395 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 Sep 2016 09:31:38 -0400 Subject: Fix documentation code font consistency --- doc/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/style.css b/doc/style.css index e1ce489..f876c6b 100644 --- a/doc/style.css +++ b/doc/style.css @@ -662,11 +662,12 @@ th { pre { margin: 1em 1em 1em 4em; padding: 0; + color: #444; + font-family: fixed,monospace; } code { - color: #373; + color: #444; font-family: fixed,monospace; - font-weight: 500; } #menu li, #searchbox form, #iconbar li, #body-main .success p a { display: inline; -- cgit v1.2.1