Style all docblock links properly

Fixes #22493
This commit is contained in:
Simonas Kazlauskas 2015-02-18 21:37:48 +02:00
parent dfc5c0f1e8
commit 204e2bd442

View File

@ -374,8 +374,8 @@ a {
color: #000;
background: transparent;
}
p a { color: #4e8bca; }
p a:hover { text-decoration: underline; }
.docblock a { color: #4e8bca; }
.docblock a:hover { text-decoration: underline; }
.content span.trait, .content a.trait, .block a.current.trait { color: #ed9603; }
.content span.mod, .content a.mod, block a.current.mod { color: #4d76ae; }