From 2af4ea74c70b20b7ed3cf6da604665465c61ff3e Mon Sep 17 00:00:00 2001
From: Matt Corallo <git@bluematt.me>
Date: Fri, 6 Sep 2024 14:46:47 +0000
Subject: [PATCH] Remove now-redundant cursor overrides

---
 index.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/index.html b/index.html
index fa114ce..c360514 100644
--- a/index.html
+++ b/index.html
@@ -128,7 +128,6 @@
 				opacity: 0.2 !important;
 			}
 			.go-button {
-				cursor: pointer;
 				display: flex;
 				margin-left: 3px;
 			}
@@ -181,7 +180,6 @@
 			}
 			.address-copy {
 				float: right;
-				cursor: pointer;
 			}
 			.address-copy:hover {
 				transform: scale(0.9, 0.9);
-- 
2.39.5