about summary refs log tree commit diff stats
path: root/js/ship-game/index.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-01-05 20:59:39 -0500
committerelioat <elioat@tilde.institute>2024-01-05 20:59:39 -0500
commit166a055a3df448839cc5564e20fc7e37205d875e (patch)
tree87e3f73809afe48557f3342547e6bbcb11993080 /js/ship-game/index.html
parent92b42b5a86fcacdb479e54e99fe045d72f337ff9 (diff)
downloadtour-166a055a3df448839cc5564e20fc7e37205d875e.tar.gz
8
Diffstat (limited to 'js/ship-game/index.html')
-rw-r--r--js/ship-game/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/ship-game/index.html b/js/ship-game/index.html
index 8c46ae7..4b8ada6 100644
--- a/js/ship-game/index.html
+++ b/js/ship-game/index.html
@@ -10,6 +10,7 @@
         canvas {
             background-color: rgb(5, 10, 94);
             border: 1px solid black;
+            cursor: none;
         }
         body, canvas {
             padding: 1em;