From 674c169efd95372cc8f8e41fd2bfb1e305b57f24 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 19 Apr 2026 22:48:33 +0800 Subject: [PATCH] fix(css): scope --accent-underline to sponsor-become hover; restore --line-strong at rest Co-Authored-By: Claude --- website/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/static/style.css b/website/static/style.css index 93c46f4c..e50f3649 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -424,7 +424,7 @@ kbd { font-weight: 700; letter-spacing: 0.01em; text-decoration: underline; - text-decoration-color: var(--accent-underline); + text-decoration-color: var(--line-strong); text-underline-offset: 0.2em; transition: color 180ms ease, @@ -433,7 +433,7 @@ kbd { .sponsor-become:hover { color: var(--accent-deep); - text-decoration-color: var(--accent); + text-decoration-color: var(--accent-underline); } .sponsor-list {