From 62f741a1b14941c4badeca0874890acb3a9d2edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Wickstr=C3=B6m?= Date: Wed, 28 Aug 2024 20:21:18 +0200 Subject: [PATCH] add cursor: pointer; to details closes #2 --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index d2328c6..abddf45 100644 --- a/index.css +++ b/index.css @@ -203,6 +203,7 @@ details { summary { font-weight: var(--font-weight-medium); + cursor: pointer; } details[open] summary { margin-bottom: var(--line-height);