aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-20 09:31:38 -0400
committerDavid Robillard <d@drobilla.net>2016-09-20 09:31:38 -0400
commite0bd01f51e14e9148b906842581c1622de74e395 (patch)
treea388784ec399afc1ccdcc568547ff7579a37979c
parent87219a7777bced54ede27ce2065c1a07a0d40213 (diff)
downloadlv2-e0bd01f51e14e9148b906842581c1622de74e395.tar.xz
Fix documentation code font consistency
-rw-r--r--doc/style.css5
1 files changed, 3 insertions, 2 deletions
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;