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:
parent
316dcdcd99
commit
ff3975af95
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44330
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue