From 462bc656cfd36494aef5ab897e3a2dcf1501e831 Mon Sep 17 00:00:00 2001 From: serr Date: Sat, 24 May 2025 21:59:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=20details=20>=20summary=20=D1=81=D0=B4?= =?UTF-8?q?=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=BE=D0=B1=D1=8B=D1=87=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20cursor:=20pointer=20=D0=BF=D1=80=D0=B8=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index cb6f051..6e03ebc 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -76,11 +76,11 @@ pre { } details > summary { - cursor: zoom-in; + cursor: pointer; } details[open] > summary { - cursor: zoom-out; + cursor: pointer; } .rotating-pic-container {