From 4ca296894d35bc827d6f20652c38c1678b7b558e Mon Sep 17 00:00:00 2001 From: kliu Date: Mon, 31 Mar 2025 18:01:52 +0800 Subject: [PATCH] Use --link-color as the color of links --- src/public/stylesheets/theme-next/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/forms.css b/src/public/stylesheets/theme-next/forms.css index 30e8eec22..f7aa04831 100644 --- a/src/public/stylesheets/theme-next/forms.css +++ b/src/public/stylesheets/theme-next/forms.css @@ -595,7 +595,7 @@ body a.tn-link:visited, box-shadow: 0 0 0 0 var(--background); border-radius: 4px; background: var(--background); - color: currentColor; + color: var(--link-color); font-weight: normal; text-decoration: underline;