From 37815d8180688ef68db691fa6d7086173dbd06e5 Mon Sep 17 00:00:00 2001
From: "Aamon P. Hoffmann" <aamon.hoffmann@student.uni-halle.de>
Date: Sun, 5 Jan 2025 14:15:09 +0100
Subject: [PATCH] added cursor: pointer to all buttons

---
 public/style.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/public/style.css b/public/style.css
index 5003f13..62e7db4 100644
--- a/public/style.css
+++ b/public/style.css
@@ -82,7 +82,9 @@ body {
     border-radius: var(--rounded);
 }
 
-
+button:hover {
+    cursor: pointer
+}
 
 .legend button:active {
     background: #ffffff44;
-- 
GitLab