Commit c4cd0704 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Avoid coloring <a name="..."> anchors.

Fix CSS to only target actual links.
parent 74f8ef26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ body {
  background: $docs-bg-color;
  min-height: 100%; }

a {
a:link {
  color: $docs-link-color;
  text-decoration: none;
  &:hover {