diff --git a/src/index.css b/src/index.css index 0b2f17d..dfcee96 100644 --- a/src/index.css +++ b/src/index.css @@ -36,7 +36,11 @@ html, body, #root { height: 100%; font-family: 'Inter', system-ui, sans-serif; - cursor: url('/cursor-default.svg') 4 2, auto; + cursor: url('/cursor-default.svg') 4 2, auto !important; + } + + label { + cursor: url('/cursor-default.svg') 4 2, auto !important; } a, button, [role="button"], select, .cursor-pointer {