From ff3975af9543e91b1f09a0c14aff91077516ac75 Mon Sep 17 00:00:00 2001 From: Warren Block Date: Sat, 22 Mar 2014 19:06:49 +0000 Subject: [PATCH] Improve Handbook ToC readability. Adjust link colors based on http://en.wikipedia.org/wiki/Help:Link_color. This makes links less garish and less distracting when near plain text. PR: docs/186857 Submitted by: Allan Jude --- share/misc/docbook.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/share/misc/docbook.css b/share/misc/docbook.css index 8f3ca6de74..7640353100 100644 --- a/share/misc/docbook.css +++ b/share/misc/docbook.css @@ -34,6 +34,16 @@ font-weight: bold; } +a:link { + color:#0645AD; + text-decoration: underline; +} + +a:visited, a:hover, a:active { + color:#663366; + text-decoration: underline; +} + div.blockquote-title { font-weight: bold; margin-top: 1em;