Skip to content

Commit 37d6d4f

Browse files
committed
Removiendo cursor de pato
1 parent f466594 commit 37d6d4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ All colors MUST be HSL.
118118

119119
body {
120120
@apply bg-background text-foreground;
121-
cursor: url('./img/icons/duck-face.png') 4 4, all-scroll !important;
122121
}
123122

124123
a,
@@ -128,7 +127,7 @@ All colors MUST be HSL.
128127
input,
129128
input[type="button"],
130129
label {
131-
cursor: url('./img/icons/duck-yellow.png') 4 4, pointer;
130+
cursor: pointer;
132131
}
133132
}
134133

0 commit comments

Comments
 (0)