style: use --accent-underline on sponsor link underline

Swaps --line-strong for --accent-underline on the 'Become a sponsor'
text-decoration-color so the underline matches the tan hover underline
on project-name links like thealgorithms.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-04-19 22:47:37 +08:00
parent 19496c2c93
commit 7625d1f05d

View File

@@ -424,7 +424,7 @@ kbd {
font-weight: 700;
letter-spacing: 0.01em;
text-decoration: underline;
text-decoration-color: var(--line-strong);
text-decoration-color: var(--accent-underline);
text-underline-offset: 0.2em;
transition:
color 180ms ease,