From cee3d24582e3065afd85ddfc27e89b4915a2fceb Mon Sep 17 00:00:00 2001 From: orfelorfel23 Date: Thu, 4 Jun 2026 12:56:55 +0200 Subject: [PATCH] style: fix custom cursor on labels --- src/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {