display: inline-block;
}
+article h1 > a.anchor, article h2 > a.anchor,
+article h3 > a.anchor, article h4 > a.anchor,
+article h5 > a.anchor, article h6 > a.anchor {
+ margin-left: .375em;
+ color: #DDF;
+}
+article h1:hover > a.anchor, article h2:hover > a.anchor,
+article h3:hover > a.anchor, article h4:hover > a.anchor,
+article h5:hover > a.anchor, article h6:hover > a.anchor {
+ color: #4AF;
+}
+article h1 > a.anchor:after, article h2 > a.anchor:after,
+article h3 > a.anchor:after, article h4 > a.anchor:after,
+article h5 > a.anchor:after, article h6 > a.anchor:after {
+ content: "#";
+}
+
header .menu,
footer .menu { list-style: none; }