Update Macintosh cursor assets
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 6s

This commit is contained in:
Akshay Kolli
2026-07-03 05:58:17 -07:00
parent f886e67eaf
commit f055d1806a
3 changed files with 4 additions and 4 deletions

View File

@@ -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,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 B

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 419 B

After

Width:  |  Height:  |  Size: 202 B