We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7535d09 commit 828a308Copy full SHA for 828a308
1 file changed
app/contributors/ContributorsClient.tsx
@@ -163,7 +163,7 @@ export default function ContributorsClient({
163
{/* ── Custom Cursor ── */}
164
<div
165
ref={cursorRef}
166
- className="fixed top-0 left-0 w-8 h-8 rounded-full bg-black dark:bg-white mix-blend-difference pointer-events-none z-[100] -ml-4 -mt-4 hidden md:block"
+ className="fixed top-0 left-0 w-8 h-8 rounded-full bg-white mix-blend-difference pointer-events-none z-[100] -ml-4 -mt-4 hidden md:block"
167
style={{ transition: 'width 0.2s, height 0.2s' }}
168
/>
169
0 commit comments