From 7625d1f05d4510325f395e79cc7239f782cddf57 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 19 Apr 2026 22:47:37 +0800 Subject: [PATCH] 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 --- website/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/style.css b/website/static/style.css index 4a09ba9e..93c46f4c 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(--line-strong); + text-decoration-color: var(--accent-underline); text-underline-offset: 0.2em; transition: color 180ms ease,