UI: Add custom glowing cursors matching the app theme
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user