From 37d6d4fdb6e1aee7e8be28333acab1131be5e1ac Mon Sep 17 00:00:00 2001 From: Christian Gomez Date: Wed, 17 Dec 2025 21:25:26 -0600 Subject: [PATCH] Removiendo cursor de pato --- src/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 431c732..6f3bfd8 100644 --- a/src/index.css +++ b/src/index.css @@ -118,7 +118,6 @@ All colors MUST be HSL. body { @apply bg-background text-foreground; - cursor: url('./img/icons/duck-face.png') 4 4, all-scroll !important; } a, @@ -128,7 +127,7 @@ All colors MUST be HSL. input, input[type="button"], label { - cursor: url('./img/icons/duck-yellow.png') 4 4, pointer; + cursor: pointer; } }