From 0c8bacb8de1965aaceecb86be3f49546fdbfb39f Mon Sep 17 00:00:00 2001 From: hkding0125 Date: Sat, 1 Nov 2025 00:48:26 +0800 Subject: [PATCH] Align visited link colors with primary brand color --- styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 55c6d0a..9d104d5 100644 --- a/styles.css +++ b/styles.css @@ -149,8 +149,8 @@ text-decoration-color:#094a99; } .main-content a:visited{ - color:#6a4cc7; - text-decoration-color:rgba(106,76,199,.6); + color:var(--brand); + text-decoration-color:rgba(11,99,199,.4); } body.dark-mode .main-content a{ @@ -162,8 +162,8 @@ text-decoration-color:#c7d8ff; } body.dark-mode .main-content a:visited{ - color:#d0beff; - text-decoration-color:rgba(208,190,255,.7); + color:#a8c3ff; + text-decoration-color:rgba(168,195,255,.7); } /* 教育 */