refactor(hero): remove redundant scroll cue

The "Jump to the list" anchor duplicated the "Browse the List" button.
Removes the element, its CSS rules, the scroll-line keyframe animation,
and cleans up the offscreen pause and focus-visible selector lists.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 16:29:47 +08:00
parent 321df7b78c
commit 014ba9e394
2 changed files with 2 additions and 36 deletions

View File

@@ -49,8 +49,6 @@
</div>
</div>
</div>
<a href="#library-index" class="hero-scrollcue">Jump to the list</a>
</div>
</header>
{% endblock %} {% block content %}