diff --git a/static/css/main.css b/static/css/main.css index a08eecb..c6a3b89 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -81,7 +81,6 @@ html { -webkit-font-smoothing: none; font-smooth: never; image-rendering: pixelated; - cursor: url("/cursors/macintosh-arrow.png") 0 0, default; } body { @@ -129,7 +128,7 @@ html[data-display="plain"] body::before { a { color: inherit; text-decoration: none; - cursor: url("/cursors/macintosh-hand.png") 15 0, pointer; + cursor: pointer; } a:hover { @@ -153,7 +152,7 @@ button, label, summary, [role="button"] { - cursor: url("/cursors/macintosh-hand.png") 15 0, pointer; + cursor: pointer; } :target { @@ -327,7 +326,7 @@ summary, } .item-row[data-row-href] { - cursor: url("/cursors/macintosh-hand.png") 15 0, pointer; + cursor: pointer; } .item-row[data-row-href]:hover, diff --git a/static/cursors/macintosh-arrow.png b/static/cursors/macintosh-arrow.png deleted file mode 100644 index 13c277b..0000000 Binary files a/static/cursors/macintosh-arrow.png and /dev/null differ diff --git a/static/cursors/macintosh-hand.png b/static/cursors/macintosh-hand.png deleted file mode 100644 index dfa0a46..0000000 Binary files a/static/cursors/macintosh-hand.png and /dev/null differ