diff options
author | David Robillard <d@drobilla.net> | 2016-09-20 09:31:38 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-20 09:31:38 -0400 |
commit | e0bd01f51e14e9148b906842581c1622de74e395 (patch) | |
tree | a388784ec399afc1ccdcc568547ff7579a37979c /doc/style.css | |
parent | 87219a7777bced54ede27ce2065c1a07a0d40213 (diff) | |
download | lv2-e0bd01f51e14e9148b906842581c1622de74e395.tar.xz |
Fix documentation code font consistency
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 5 |
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; |