From 7fc9b20673524b16629f3c630dcb4dca034c2e08 Mon Sep 17 00:00:00 2001 From: Michael Victory Date: Tue, 16 Jun 2026 07:54:31 -0700 Subject: [PATCH] =?UTF-8?q?OC:=20a11y=20polish=20=E2=80=94=20scroll-margin?= =?UTF-8?q?=20for=20anchored=20sections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index d4861cc..f4ceddb 100644 --- a/style.css +++ b/style.css @@ -14,6 +14,7 @@ * { box-sizing: border-box; } html { scroll-behavior: smooth; } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } } +[id] { scroll-margin-top: 84px; } body { margin: 0;