diff options
author | elioat <hi@eli.li> | 2023-10-30 15:40:53 -0400 |
---|---|---|
committer | elioat <hi@eli.li> | 2023-10-30 15:40:53 -0400 |
commit | 49cd6866163f168c95d3b18692710464440fc0ab (patch) | |
tree | c0319a4b22f0563fca833d787140b3c7d603793c /js/canvas/index.html | |
parent | 529faba7db17d06b4e31034e5193ccf9b8f1bcbf (diff) | |
download | tour-49cd6866163f168c95d3b18692710464440fc0ab.tar.gz |
*
Diffstat (limited to 'js/canvas/index.html')
-rw-r--r-- | js/canvas/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/canvas/index.html b/js/canvas/index.html index 7b5df21..2d887fe 100644 --- a/js/canvas/index.html +++ b/js/canvas/index.html @@ -7,6 +7,7 @@ <style type="text/css"> body { padding: 1em 0; + background-color: darkgray; } #gameCanvas { border: 1px solid black; |