aboutsummaryrefslogtreecommitdiff
path: root/static/cursors/cursor.svg
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-04-22 09:19:19 +0530
committerBobby <[email protected]>2026-04-22 09:19:19 +0530
commit3184ffcec523d19dafa11955778a2e5dafc23843 (patch)
treec048b3b1ba22b337db9b3d91551640ca3e8ce01e /static/cursors/cursor.svg
parent6e3be3881f600153ed98c06880965da62283a784 (diff)
downloadhollowdark-3184ffcec523d19dafa11955778a2e5dafc23843.tar.xz
hollowdark-3184ffcec523d19dafa11955778a2e5dafc23843.zip
Redraw cursors as a warm-white ring and an amber disc with centered hotspots
Diffstat (limited to 'static/cursors/cursor.svg')
-rw-r--r--static/cursors/cursor.svg12
1 files changed, 3 insertions, 9 deletions
diff --git a/static/cursors/cursor.svg b/static/cursors/cursor.svg
index 284d591..832133b 100644
--- a/static/cursors/cursor.svg
+++ b/static/cursors/cursor.svg
@@ -1,10 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
- <path
- d="M 2 2 L 2 17 L 6 13.5 L 8.5 19.5 L 10.5 18.7 L 8 12.5 L 13 12.5 Z"
- fill="#E5DFD3"
- stroke="#13100E"
- stroke-width="1.2"
- stroke-linejoin="round"
- stroke-linecap="round"
- />
+<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
+ <circle cx="9" cy="9" r="5.2" fill="rgba(19, 16, 14, 0.55)" stroke="#E5DFD3" stroke-width="1.4"/>
+ <circle cx="9" cy="9" r="1" fill="#E5DFD3"/>
</svg>