From dd9cbf0cf09495a27575baaa771afeb9c626a0b3 Mon Sep 17 00:00:00 2001 From: ouatis Date: Wed, 20 May 2026 22:26:53 +0800 Subject: [PATCH] Fix external link hover color --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 0a06188..b88e9a2 100644 --- a/theme.css +++ b/theme.css @@ -725,8 +725,8 @@ html { --text-link-active: var(--interactive-active); --text-link-subtle: var(--text-accent-subtle); --text-a: var(--interactive); - --text-a-hover: var(--interactive-hover); - --text-a-active: var(--interactive-active); + --text-a-hover: var(--text-accent-hover); + --text-a-active: var(--text-accent-active); --text-mark: var(--highlight); --text-mark-subtle: var(--highlight-subtle); --text-mark-strong: var(--highlight-strong);