| @@ -7,7 +7,7 @@ | |||||
| .dark { | .dark { | ||||
| color: #eee; | color: #eee; | ||||
| background: #000; | |||||
| background: #111; | |||||
| font-family: Arial; | font-family: Arial; | ||||
| } | } | ||||
| @@ -41,7 +41,7 @@ body.dark button { | |||||
| } | } | ||||
| body.dark div { | body.dark div { | ||||
| background: #000; | |||||
| background: #111; | |||||
| } | } | ||||
| .game-area { | .game-area { | ||||
| @@ -77,7 +77,7 @@ body.dark #log { | |||||
| height: 900px; | height: 900px; | ||||
| overflow: auto; | overflow: auto; | ||||
| color: #eee; | color: #eee; | ||||
| background-color: #222; | |||||
| background-color: #111; | |||||
| } | } | ||||
| .stat-header-self { | .stat-header-self { | ||||