Bust cursor asset cache
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s

This commit is contained in:
Akshay Kolli
2026-07-03 06:02:09 -07:00
parent f055d1806a
commit f232772a13
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") 0 0, default;
cursor: url("/cursors/macintosh-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") 15 0, pointer;
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer;
}
a:hover {
@@ -153,7 +153,7 @@ button,
label,
summary,
[role="button"] {
cursor: url("/cursors/mac-hand.png") 15 0, pointer;
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer;
}
:target {
@@ -327,7 +327,7 @@ summary,
}
.item-row[data-row-href] {
cursor: url("/cursors/mac-hand.png") 15 0, pointer;
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer;
}
.item-row[data-row-href]:hover,

View File

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 213 B

View File

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 202 B