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; -webkit-font-smoothing: none;
font-smooth: never; font-smooth: never;
image-rendering: pixelated; image-rendering: pixelated;
cursor: url("/cursors/macintosh-arrow.png") 0 0, default;
} }
body { body {
@@ -129,7 +128,7 @@ html[data-display="plain"] body::before {
a { a {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer; cursor: pointer;
} }
a:hover { a:hover {
@@ -153,7 +152,7 @@ button,
label, label,
summary, summary,
[role="button"] { [role="button"] {
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer; cursor: pointer;
} }
:target { :target {
@@ -327,7 +326,7 @@ summary,
} }
.item-row[data-row-href] { .item-row[data-row-href] {
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer; cursor: pointer;
} }
.item-row[data-row-href]:hover, .item-row[data-row-href]:hover,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 B