mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #22723: Make link styling more accessible.
Patch by Buck Golemon.
This commit is contained in:
parent
2cef300187
commit
6d1c149a46
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue