diff --git a/static/css/main.css b/static/css/main.css index f76d6ba..c5c4c23 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -81,7 +81,7 @@ html { -webkit-font-smoothing: none; font-smooth: never; image-rendering: pixelated; - cursor: url("/cursors/mac-arrow.png") 1 1, default; + cursor: url("/cursors/mac-arrow.png") 0 0, default; } body { @@ -129,7 +129,7 @@ html[data-display="plain"] body::before { a { color: inherit; text-decoration: none; - cursor: url("/cursors/mac-hand.png") 11 1, pointer; + cursor: url("/cursors/mac-hand.png") 15 0, pointer; } a:hover { @@ -153,7 +153,7 @@ button, label, summary, [role="button"] { - cursor: url("/cursors/mac-hand.png") 11 1, pointer; + cursor: url("/cursors/mac-hand.png") 15 0, pointer; } :target { @@ -327,7 +327,7 @@ summary, } .item-row[data-row-href] { - cursor: url("/cursors/mac-hand.png") 11 1, pointer; + cursor: url("/cursors/mac-hand.png") 15 0, pointer; } .item-row[data-row-href]:hover, diff --git a/static/cursors/mac-arrow.png b/static/cursors/mac-arrow.png index a667269..13c277b 100644 Binary files a/static/cursors/mac-arrow.png and b/static/cursors/mac-arrow.png differ diff --git a/static/cursors/mac-hand.png b/static/cursors/mac-hand.png index 519565a..dfa0a46 100644 Binary files a/static/cursors/mac-hand.png and b/static/cursors/mac-hand.png differ