UI: Add custom glowing cursors matching the app theme

This commit is contained in:
2026-06-04 00:34:58 +02:00
parent 7981b1d146
commit 1a964a43a7
3 changed files with 45 additions and 0 deletions
+9
View File
@@ -37,6 +37,15 @@
height: 100%;
overflow: hidden;
font-family: 'Inter', system-ui, sans-serif;
cursor: url('/cursor-default.svg') 4 2, auto;
}
a, button, [role="button"], select, .cursor-pointer {
cursor: url('/cursor-pointer.svg') 4 2, pointer !important;
}
input, textarea {
cursor: text;
}
body {