From cc04fb1ffd096ecd7a2d3d395fe900e2c433ed77 Mon Sep 17 00:00:00 2001 From: Simon Giesel Date: Tue, 24 Sep 2019 10:37:29 +0000 Subject: [PATCH] Use pointer in spheres --- public/assets/style/sphere.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/assets/style/sphere.css b/public/assets/style/sphere.css index a7d9b39..5148afe 100644 --- a/public/assets/style/sphere.css +++ b/public/assets/style/sphere.css @@ -21,6 +21,7 @@ img{ } sphere{ + cursor: pointer; margin: 1.5vw; height: 10vw; width: 10vw;