From 4468957d35210fc68056b858c5adb840fda96c45 Mon Sep 17 00:00:00 2001 From: ZSCGR <932478692@qq.com> Date: Fri, 26 Jun 2026 21:17:21 +0800 Subject: [PATCH] fix: use anchor tags for repo cards to restore pointer cursor and URL preview --- index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c2bd3e2..dfa99c2 100644 --- a/index.html +++ b/index.html @@ -130,6 +130,8 @@ padding: 20px; border-radius: 16px; display: flex; align-items: flex-start; transition: transform 0.3s ease; + cursor: pointer; + color: inherit; } .repo-card:hover { transform: translateY(-8px); background: rgba(255,255,255,0.5); } @@ -215,7 +217,7 @@