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
+1 -1
View File
@@ -15,7 +15,7 @@ const { project } = Astro.props;
href={project.githubUrl}
target="_blank"
rel="noopener noreferrer"
class="font-semibold underline hover:text-[var(--color-text-label)]"
class="font-semibold underline"
>
{project.title}
</a>