summaryrefslogtreecommitdiff
path: root/index.shtml
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chris@pineapple.cat> 2025-07-25 22:24:02 -0400
committerGravatar Chris Xiong <chris@pineapple.cat> 2025-07-25 22:24:02 -0400
commit0d05dd065e16671947dc7afe5745c6429e160b17 (patch)
tree916dee3cbaf7b67738a9c13de88163847ab13c82 /index.shtml
parentb64552078ec91b4d2251f57a6757ce4816c1595b (diff)
downloadweb-0d05dd065e16671947dc7afe5745c6429e160b17.tar.xz
Fix links in project details not being clickable.HEADmaster
Diffstat (limited to 'index.shtml')
-rw-r--r--index.shtml1
1 files changed, 1 insertions, 0 deletions
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);