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 <freebsd@allanjude.com>
This commit is contained in:
Warren Block 2014-03-22 19:06:49 +00:00
parent 316dcdcd99
commit ff3975af95
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44330

View file

@ -34,6 +34,16 @@
font-weight: bold; font-weight: bold;
} }
a:link {
color:#0645AD;
text-decoration: underline;
}
a:visited, a:hover, a:active {
color:#663366;
text-decoration: underline;
}
div.blockquote-title { div.blockquote-title {
font-weight: bold; font-weight: bold;
margin-top: 1em; margin-top: 1em;