diff --git a/game.js b/game.js index 1c1c945..c9b6cc7 100644 --- a/game.js +++ b/game.js @@ -3373,6 +3373,8 @@ function startGame(e) { document.getElementById("actions-body").style.display = 'flex'; document.getElementById("stat-container").style.display = 'flex'; + + window.scroll(0,0); } function actionTab(e) { diff --git a/stroll.html b/stroll.html index 012ac96..0eae404 100644 --- a/stroll.html +++ b/stroll.html @@ -8,6 +8,12 @@ + + + + + +
diff --git a/style.css b/style.css index f47bddd..a95ba6f 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ .dark { color: #eee; - background: #111; + background: #000; font-family: Arial; } @@ -41,7 +41,7 @@ body.dark button { } body.dark div { - background: #111; + background: #000; } .game-area { @@ -77,7 +77,7 @@ body.dark #log { height: 900px; overflow: auto; color: #eee; - background-color: #111; + background-color: #222; } .stat-header-self {