From e607494a08ce119a2bb8d08409a5b15861857fef Mon Sep 17 00:00:00 2001 From: Chris Done Date: Mon, 4 Dec 2017 10:18:06 +0000 Subject: [PATCH] Increase contrast and clarify (fixes #224) This increases the boldness of links, makes the color brighter blue, increase line height on paragraphs and thickness of heading line. --- static/haddock/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/static/haddock/style.css b/static/haddock/style.css index 3097fe7..a17c848 100644 --- a/static/haddock/style.css +++ b/static/haddock/style.css @@ -19,6 +19,7 @@ body { p { margin: 0.8em 0; + line-height: 1.8; } ul, ol { @@ -75,6 +76,9 @@ pre, code, kbd, samp, tt, .src { font-family:monospace; *font-size:108%; line-height: 124%; + border: 1px solid #eee; + padding: 0.1em 0.3em; + border-radius: 0.3em; } .links, .link { @@ -446,7 +450,7 @@ div#style-menu-holder { } .top p.src { - border-top: 1px solid #ccc; + border-top: 3px solid #ccc; } .subs, .doc { @@ -601,7 +605,8 @@ body { font-family: "Open Sans", ubuntu, sans-serif; font-size: 14px } padding: 5px 5px 5px 30px; } a[href] { - color: #005b89 !important + color: #0085c9 !important; + font-weight: bold; } #package-header > ul > li > a {