Skip to content

Commit 7625d1f

Browse files
vintaclaude
andcommitted
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>
1 parent 19496c2 commit 7625d1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ kbd {
424424
font-weight: 700;
425425
letter-spacing: 0.01em;
426426
text-decoration: underline;
427-
text-decoration-color: var(--line-strong);
427+
text-decoration-color: var(--accent-underline);
428428
text-underline-offset: 0.2em;
429429
transition:
430430
color 180ms ease,

0 commit comments

Comments
 (0)