Skip to content

Commit 8de961b

Browse files
committed
Update pong.html
1 parent 0527873 commit 8de961b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

games/pong.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
html, body {
1717
width: 100%;
1818
height: 100%;
19-
background: #1e2230;
19+
background: #1b2125;
2020
overflow: hidden;
2121
touch-action: none;
2222
}
2323

2424
canvas {
2525
cursor: none;
26-
background: #1b2125;
2726
}
2827
</style>
2928
<script src="../src/punter.js"></script>

0 commit comments

Comments
 (0)