diff options
| author | Bobby <[email protected]> | 2026-04-22 08:58:21 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-22 08:58:21 +0530 |
| commit | c34418910ee3ec9da3b4c1c9bdaaa0960c93f8bd (patch) | |
| tree | 44dca4af2b664be376c177b596ab2e100ae0d70f | |
| parent | 1483b516997c51585db1e22bc6c884a5b4ee8a09 (diff) | |
| download | hollowdark-c34418910ee3ec9da3b4c1c9bdaaa0960c93f8bd.tar.xz hollowdark-c34418910ee3ec9da3b4c1c9bdaaa0960c93f8bd.zip | |
Redesign cursor: warm-white arrow for default, amber pointing hand for interactive
| -rw-r--r-- | static/css/app.css | 6 | ||||
| -rw-r--r-- | static/cursors/cursor-pointer.svg | 12 | ||||
| -rw-r--r-- | static/cursors/cursor.svg | 12 |
3 files changed, 21 insertions, 9 deletions
diff --git a/static/css/app.css b/static/css/app.css index 3398464..3f2d389 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -56,7 +56,7 @@ body { font-family: var(--font-body); font-size: var(--text-md); line-height: var(--leading-normal); - cursor: url('../cursors/cursor.svg') 12 12, auto; + cursor: url('../cursors/cursor.svg') 2 2, auto; } a, @@ -66,12 +66,12 @@ summary, select, [role='button'], [role='link'] { - cursor: url('../cursors/cursor-pointer.svg') 12 12, pointer; + cursor: url('../cursors/cursor-pointer.svg') 11 2, pointer; } input, textarea { - cursor: url('../cursors/cursor.svg') 12 12, text; + cursor: url('../cursors/cursor.svg') 2 2, text; } body { diff --git a/static/cursors/cursor-pointer.svg b/static/cursors/cursor-pointer.svg index 22dc562..b214394 100644 --- a/static/cursors/cursor-pointer.svg +++ b/static/cursors/cursor-pointer.svg @@ -1,4 +1,10 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <circle cx="12" cy="12" r="4" fill="#B8884A"/> - <circle cx="12" cy="12" r="9" stroke="#B8884A" stroke-width="1.5" fill="none" stroke-opacity="0.65"/> +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="26" viewBox="0 0 24 26"> + <path + d="M 10 2 C 10 1 12 1 12 2 L 12 10 C 13 9 15 9 15 11 C 15 10 17 10 17 12 C 17 11 19 11 19 13 L 19 18 C 19 21 17 23 14 23 L 9 23 C 7 23 5 21 5 19 L 5 15 C 4 15 3 14 3 13 C 3 12 4 11 5 11 L 6 11 L 6 6 C 6 5 8 5 8 6 L 8 11 L 10 11 Z" + fill="#B8884A" + stroke="#13100E" + stroke-width="1.2" + stroke-linejoin="round" + stroke-linecap="round" + /> </svg> diff --git a/static/cursors/cursor.svg b/static/cursors/cursor.svg index da27890..284d591 100644 --- a/static/cursors/cursor.svg +++ b/static/cursors/cursor.svg @@ -1,4 +1,10 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <circle cx="12" cy="12" r="3" fill="#B8884A" fill-opacity="0.88"/> - <circle cx="12" cy="12" r="7" stroke="#B8884A" stroke-width="1" fill="none" stroke-opacity="0.35"/> +<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> |
