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

View file

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