diff options
-rw-r--r-- | html/haddock.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/haddock.css b/html/haddock.css index a7c6f76a..fba340c3 100644 --- a/html/haddock.css +++ b/html/haddock.css @@ -64,8 +64,8 @@ TD.cbody { } A:link { color: #0000e0; text-decoration: none } -A:visited { color: #0000a0 } -A:hover { background-color: #e0e0ff; text-decoration: none } +A:visited { color: #0000a0; text-decoration: none } +A:hover { background-color: #e0e0ff; text-decoration: none } TD.botbar { background-color: #000099; |