changed game background color

This commit is contained in:
Patryk Hegenberg 2023-01-10 15:18:28 +01:00
parent 456a66f3e8
commit 72890e55a6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Before After
Before After

View file

@ -23,7 +23,7 @@ body {
height: 100%; height: 100%;
margin: 0px auto; margin: 0px auto;
font-size: 1.5em; font-size: 1.5em;
background-color: #222323; background-color: #301d27;
color: #eee; color: #eee;
} }