diff --git a/rules.md b/rules.md index 6509c39..84f5a9b 100644 --- a/rules.md +++ b/rules.md @@ -2,6 +2,22 @@ ul { list-style: none; } + + a.anchor { + font-size: 15px; + vertical-align: middle; + color: darkblue; + display: inline-block; + padding-bottom: 5px; + margin-right: 5px; + opacity: 0; + transition: opacity 0.4s; + } + h2:hover a.anchor, + h3:hover a.anchor, + h4:hover a.anchor { + opacity: 1; + }
@@ -31,6 +47,7 @@
  • {% assign serviceId = service.name | replace: " ", "-" | downcase %}

    + # {{ groupIndex }}. {{ serviceIndex }}. {{ service.name }} @@ -63,7 +80,8 @@ {% assign ruleIndex = forloop.index %} {% assign comments = rule.comments | strip | newline_to_br | split: '
    ' %}
  • -

    +

    + # {{ groupIndex}}.{{ serviceIndex }}.{{ ruleIndex }}. {{ rule.name }}