diff --git a/_less/screen.less b/_less/screen.less index a143d6c9..b86f169a 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -764,20 +764,20 @@ table td,table th{ .toccontent a.auto-link:visited{ color:#646464; } -.toccontent p:hover a.auto-link:link, -.toccontent p:hover a.auto-link:visited{ +.toccontent:hover a.auto-link:link, +.toccontent:hover a.auto-link:visited{ color:#2c6fad; } -.toccontent p:hover a.auto-link:link:hover, -.toccontent p:hover a.auto-link:visited:hover{ +.toccontent:hover a.auto-link:link:hover, +.toccontent:hover a.auto-link:visited:hover{ color:#63a4e1; } .toccontent a:link.term, .toccontent a:visited.term, -.toccontent p:hover a.auto-link.term:link, -.toccontent p:hover a.auto-link.term:visited, -.toccontent p:hover a.auto-link.term:link:hover, -.toccontent p:hover a.auto-link.term:visited:hover{ +.toccontent:hover a.auto-link.term:link, +.toccontent:hover a.auto-link.term:visited, +.toccontent:hover a.auto-link.term:link:hover, +.toccontent:hover a.auto-link.term:visited:hover{ color:#000; } .toccontent a.term:link code,