Issue #22723: Make link styling more accessible.

Patch by Buck Golemon.
This commit is contained in:
Berker Peksag 2014-10-25 05:21:17 +03:00
commit 8625dde150
1 changed files with 2 additions and 2 deletions

View File

@ -94,11 +94,11 @@ div.body div.seealso {
} }
div.body a { div.body a {
color: #00608f; color: #0072aa;
} }
div.body a:visited { div.body a:visited {
color: #30306f; color: #6363bb;
} }
div.body a:hover { div.body a:hover {