From 0d05dd065e16671947dc7afe5745c6429e160b17 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 25 Jul 2025 22:24:02 -0400 Subject: Fix links in project details not being clickable. --- index.shtml | 1 + 1 file changed, 1 insertion(+) (limited to 'index.shtml') diff --git a/index.shtml b/index.shtml index 1ea3a43..794744c 100644 --- a/index.shtml +++ b/index.shtml @@ -54,6 +54,7 @@ div.projects-flex details[open]{ background-color: unset !important; padding: 0 1em 1em 1em; + pointer-events: auto; } div.projects-flex details[open] summary{ border-bottom: 1px solid var(--principal-fg); -- cgit v1.2.3