link h1 headings back to index page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main
Matthew Huntington 1 month ago
parent cd737620f8
commit a629730dce

@ -149,7 +149,7 @@
<body>
<header>
<h1>PF2e Hit Points, Healing &amp; Dying</h1>
<h1><a href="index.html">PF2e Hit Points, Healing &amp; Dying</a></h1>
<p>Death &amp; Recovery Reference &mdash; Player Core</p>
<button class="sidebar-toggle-btn" onclick="toggleSidebar()" title="Toggle Conditions Reference">
&#9776; Conditions

@ -33,6 +33,8 @@ header {
flex-shrink: 0;
}
header h1 { font-size: 1.5rem; color: var(--accent); letter-spacing: 0.06em; }
header h1 a { color: inherit; text-decoration: none; }
header h1 a:hover { text-decoration: underline; }
header p { color: var(--text-muted); font-size: 0.85rem; font-style: italic; }
/* ── Body layout ── */

@ -119,7 +119,7 @@
<body>
<header>
<h1>PF2e Perception &amp; Stealth</h1>
<h1><a href="index.html">PF2e Perception &amp; Stealth</a></h1>
<p>Flow of Control Reference &mdash; Player Core</p>
<button class="sidebar-toggle-btn" onclick="toggleSidebar()" title="Toggle Detection Conditions">
&#9776; Conditions

Loading…
Cancel
Save