Remove custom cursor assets
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s

This commit is contained in:
Akshay Kolli
2026-07-03 06:06:30 -07:00
parent f232772a13
commit 153cc9d508
3 changed files with 3 additions and 4 deletions

View File

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