Fix large font on chapter links in other sections

Scope the 1.8rem font-size rule to only the .chapters-section
so parenthetical chapter references in other sections don't
get enlarged.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-26 15:14:55 -05:00
parent 8402e3d948
commit 855565997d
+2 -2
View File
@@ -4,7 +4,7 @@
{% block head %}
<style>
section h2 + p a {
.chapters-section h2 + p a {
font-size: 1.8rem;
font-weight: 500;
}
@@ -331,7 +331,7 @@ document.addEventListener('DOMContentLoaded', function() {
</div>
{% endif %}
<section>
<section class="chapters-section">
<h2>Chapters</h2>
<p>
<label for="mn-popular" class="margin-toggle"></label>