diff options
author | Florrie <towerofnix@gmail.com> | 2018-08-09 22:55:16 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-08-09 22:56:13 -0300 |
commit | d7ea29632d1f1d08b713e01f663cdddad0cfc1ff (patch) | |
tree | 12ff64a733b79b850a373f2d71d4e19e3d16066d /index.html | |
parent | 4c9bc240f9e5fe1a16029107132d2accb16ef5d4 (diff) |
Sprite tweaks
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html index 5c636b0..50ee295 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,8 @@ body { font-family: 'pixel-font'; font-size: 5px; + background: black; + color: white; } canvas { |