diff options
| author | Bobby <[email protected]> | 2026-04-22 09:31:38 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-22 09:31:38 +0530 |
| commit | 0bf04a2f4cc4675df0598bc2a4d604f442a36413 (patch) | |
| tree | a93379b042fdace9e1842679fcf5d9c1a23098aa /static/css/app.css | |
| parent | 7d21ed8f09e60d3ed962bedcf304a5e17e07b2d8 (diff) | |
| download | hollowdark-0bf04a2f4cc4675df0598bc2a4d604f442a36413.tar.xz hollowdark-0bf04a2f4cc4675df0598bc2a4d604f442a36413.zip | |
Drop cursor: pointer from the button reset so the custom pointer SVG wins
Diffstat (limited to 'static/css/app.css')
| -rw-r--r-- | static/css/app.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/static/css/app.css b/static/css/app.css index 8d33846..87b753f 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -98,7 +98,7 @@ body { font-family: var(--font-body); font-size: var(--text-md); line-height: var(--leading-normal); - cursor: url('../cursors/cursor.svg') 9 9, auto; + cursor: url('../cursors/cursor.svg') 12 12, auto; } a, @@ -108,12 +108,12 @@ summary, select, [role='button'], [role='link'] { - cursor: url('../cursors/cursor-pointer.svg') 10 10, pointer; + cursor: url('../cursors/cursor-pointer.svg') 13 13, pointer; } input, textarea { - cursor: url('../cursors/cursor.svg') 9 9, text; + cursor: url('../cursors/cursor.svg') 12 12, text; } body { @@ -187,7 +187,6 @@ button { border: none; color: inherit; font: inherit; - cursor: pointer; padding: 0; } |
