Stop anchor highlighting

This commit is contained in:
Arran Cudbard-Bell
2012-05-09 15:37:42 +02:00
parent 38c943d564
commit 8435daa598
2 changed files with 7 additions and 1 deletions
@@ -26,6 +26,11 @@ a.absent {
color: #c00;
}
.markdown-body a[id].wiki-toc-anchor {
color: inherit;
text-decoration: none;
}
.markdown-body {
font-size: 14px;
line-height: 1.6;