From d4e508faf16fe7f2724590dd9f8406d27dd10e07 Mon Sep 17 00:00:00 2001 From: Zyronon Date: Wed, 19 Nov 2025 14:09:54 +0800 Subject: [PATCH] fix:cursor-pointer does not work --- public/static-home.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/static-home.html b/public/static-home.html index b776a00a..c763637e 100644 --- a/public/static-home.html +++ b/public/static-home.html @@ -266,6 +266,10 @@ border-radius: 1rem; margin-top: 1.2rem; } + + .cursor-pointer{ + cursor: pointer; + }