summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/style.css b/style.css
index 8866db5..55f2e5c 100644
--- a/style.css
+++ b/style.css
@@ -13,9 +13,6 @@ canvas {
position: absolute;
left: 20px;
border: 3px dashed orange;
- padding: 4px
-}
-
-#instructions:hover {
- display: none;
+ padding: 4px;
+ pointer-events: none;
} \ No newline at end of file