From 6b4e9faae84ebfd397d662d9bf6081132f21a1a3 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 27 Jun 2023 07:58:19 +0800 Subject: [PATCH] Only made the cursor pointer when hovering over the summary element --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index 0d3e7fcb..bb58aa73 100644 --- a/main.css +++ b/main.css @@ -189,7 +189,7 @@ pre { overflow-x: auto; } -details { +summary { cursor: pointer; }