Skip to content

Commit 674c169

Browse files
vintaclaude
andcommitted
fix(css): scope --accent-underline to sponsor-become hover; restore --line-strong at rest
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7625d1f commit 674c169

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/static/style.css

Lines changed: 2 additions & 2 deletions
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(--accent-underline);
427+
text-decoration-color: var(--line-strong);
428428
text-underline-offset: 0.2em;
429429
transition:
430430
color 180ms ease,
@@ -433,7 +433,7 @@ kbd {
433433

434434
.sponsor-become:hover {
435435
color: var(--accent-deep);
436-
text-decoration-color: var(--accent);
436+
text-decoration-color: var(--accent-underline);
437437
}
438438

439439
.sponsor-list {

0 commit comments

Comments
 (0)