| @@ -3373,6 +3373,8 @@ function startGame(e) { | |||||
| document.getElementById("actions-body").style.display = 'flex'; | document.getElementById("actions-body").style.display = 'flex'; | ||||
| document.getElementById("stat-container").style.display = 'flex'; | document.getElementById("stat-container").style.display = 'flex'; | ||||
| window.scroll(0,0); | |||||
| } | } | ||||
| function actionTab(e) { | function actionTab(e) { | ||||
| @@ -8,6 +8,12 @@ | |||||
| <script src="recursive-macro.js"></script> | <script src="recursive-macro.js"></script> | ||||
| <script src="recursive-desc.js"></script> | <script src="recursive-desc.js"></script> | ||||
| <script src="game.js"></script> | <script src="game.js"></script> | ||||
| <meta name="theme-color" content="#000000"/> | |||||
| <meta property="description" content="An 18+ macro/vore text game"/> | |||||
| <meta property="og:title" content="Stroll"/> | |||||
| <meta property="oh:description" content="An 18+ macro/vore text game"/> | |||||
| <meta property="og:image" content="https://chemicalcrux.org/stroll.png"/> | |||||
| <link rel="shortcut icon" href="https://chemicalcrux.org/favicon.ico" type="image/x-icon" /> | |||||
| </head> | </head> | ||||
| <body class="light"> | <body class="light"> | ||||
| <div class="game-area"> | <div class="game-area"> | ||||
| @@ -7,7 +7,7 @@ | |||||
| .dark { | .dark { | ||||
| color: #eee; | color: #eee; | ||||
| background: #111; | |||||
| background: #000; | |||||
| font-family: Arial; | font-family: Arial; | ||||
| } | } | ||||
| @@ -41,7 +41,7 @@ body.dark button { | |||||
| } | } | ||||
| body.dark div { | body.dark div { | ||||
| background: #111; | |||||
| background: #000; | |||||
| } | } | ||||
| .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: #111; | |||||
| background-color: #222; | |||||
| } | } | ||||
| .stat-header-self { | .stat-header-self { | ||||