fix(site): update text link hover style to gold underline (#1149)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-04-14 12:18:04 -05:00
committed by GitHub
co-authored by Claude
parent 24b8b77c8a
commit b731cba6ba
10 changed files with 14 additions and 14 deletions
@@ -15,7 +15,7 @@ const editUrl = `${GITHUB_REPO_URL}edit/main/${filePath}`;
href={editUrl}
target="_blank"
rel="noopener noreferrer"
class="text-p3 underline intent:no-underline"
class="text-p3 underline intent:decoration-gold"
>
Edit page
</a>