Issue #22723: Make link styling more accessible.

Patch by Buck Golemon.
This commit is contained in:
Berker Peksag 2014-10-25 05:20:49 +03:00
parent 2cef300187
commit 6d1c149a46
1 changed files with 2 additions and 2 deletions

View File

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