Skip to content

Commit fd1caa8

Browse files
committed
Removed border for canvas element as it's not taken into account for the mouse position
1 parent f96bb9c commit fd1caa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Impact Game</title>
55
<style type="text/css">
66
html,body {
7-
background-color: #000;
7+
background-color: #333;
88
color: #fff;
99
font-family: helvetica, arial, sans-serif;
1010
margin: 0;
@@ -19,7 +19,6 @@
1919
top: 0;
2020
bottom: 0;
2121
margin: auto;
22-
border: 1px solid #555;
2322
}
2423
</style>
2524

0 commit comments

Comments
 (0)