feat(design): external link colors, section dividers, nav scroll-spy

Dusty blue/violet link colors for external links (target="_blank") with
visited state. Both dark and light theme tokens. Mailto links included.

Section dividers via border-top on anchored sections. Scroll-margin-top
clears sticky nav on anchor jumps.

Nav scroll-spy highlights active section using IntersectionObserver +
scroll listener fallback for bottom-of-page edge case.
This commit is contained in:
2026-05-26 20:43:56 -04:00
parent 38326cc7ec
commit 6db5b36989
6 changed files with 88 additions and 13 deletions
+5 -4
View File
@@ -15,7 +15,7 @@
href="https://github.com/lerko96"
target="_blank"
rel="noopener noreferrer"
class="underline hover:text-[var(--color-text)]"
class="underline"
>
GitHub
</a>
@@ -23,7 +23,7 @@
href="https://gitea.lerkolabs.com/lerko"
target="_blank"
rel="noopener noreferrer"
class="underline hover:text-[var(--color-text)]"
class="underline"
>
Gitea
</a>
@@ -31,13 +31,14 @@
href="https://www.linkedin.com/in/tyler-koenig"
target="_blank"
rel="noopener noreferrer"
class="underline hover:text-[var(--color-text)]"
class="underline"
>
LinkedIn
</a>
<a
href="mailto:tyler@lerkolabs.com"
class="underline hover:text-[var(--color-text)]"
target="_blank"
class="underline"
>
Email
</a>