From 6dc6984d716418511a07d69b361689a41bd0d74c Mon Sep 17 00:00:00 2001 From: ellicul <244015723+ellicul@users.noreply.github.com> Date: Sun, 8 Mar 2026 17:52:49 +0000 Subject: [PATCH] fix cursor bug (i hope???) --- client/src/index.sass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/index.sass b/client/src/index.sass index 44b50aa..b411ff4 100644 --- a/client/src/index.sass +++ b/client/src/index.sass @@ -1,9 +1,6 @@ * cursor: url("/images/cursor.ico"), auto -:link - cursor: url("/images/hover.ico"), auto - body font-family: 'Times New Roman', Times, serif text-rendering: optimizeLegibility @@ -14,6 +11,7 @@ main a @apply text-retro-darker underline + cursor: url("/images/hover.ico"), auto #root background-image: url("/images/wallpaper.jpg")