From b94646c34c6f6654ed50a497abc1f0271a39a6dd Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 3 Mar 2018 19:29:19 -0500 Subject: [PATCH] Reset to dark gray --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index a95ba6f..f47bddd 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ .dark { color: #eee; - background: #000; + background: #111; font-family: Arial; } @@ -41,7 +41,7 @@ body.dark button { } body.dark div { - background: #000; + background: #111; } .game-area { @@ -77,7 +77,7 @@ body.dark #log { height: 900px; overflow: auto; color: #eee; - background-color: #222; + background-color: #111; } .stat-header-self {