diff --git a/style.css b/style.css index d491190..b5a00ad 100644 --- a/style.css +++ b/style.css @@ -11,13 +11,22 @@ Description: jQuery Validation Plugin Theme based on twentytwelve /* show anchor on hover, adjust offset */ * > .anchor-link { - margin-left: -9px; + margin-left: -20px; + width: 15px; + display: inline-block; visibility: hidden; + text-decoration: none; + color: black; } *:hover > .anchor-link { visibility: inherit; } +/* hide anchors generated for markdown file headers */ +.toc-link { + display: none; +} + /* logo */ .site-title a { display: block !important;