From 08752fa746b6d9f823529d6164914548ae6620fe Mon Sep 17 00:00:00 2001 From: Leilukin 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; }