No orange links in documentation message boxes.

This commit is contained in:
Siavash Eliasi 2014-06-03 10:38:56 +04:30 committed by Camilla Berglund
parent eb13951fb2
commit 30eccfd454
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -308,6 +308,10 @@ dl.note,dl.pre,dl.post,dl.invariant,dl.warning,dl.attention,dl.deprecated,dl.bug
text-shadow:0 1px 1px hsl(0,0%,100%);
}
.note a,.pre a,.post a,.invariant a,.warning a,.attention a,.deprecated a,.bug a,.todo a,.test a,.note a:visited,.pre a:visited,.post a:visited,.invariant a:visited,.warning a:visited,.attention a:visited,.deprecated a:visited,.bug a:visited,.todo a:visited,.test a:visited {
color:inherit;
}
div.fragment,pre.fragment {
background:hsl(0,0%,20%);
border-radius:4px;