Преглед изворни кода

Trying new, darker dark mode, plus meta info

tags/v0.7.0
Fen Dweller пре 7 година
родитељ
комит
1f432f37ea
3 измењених фајлова са 11 додато и 3 уклоњено
  1. +2
    -0
      game.js
  2. +6
    -0
      stroll.html
  3. +3
    -3
      style.css

+ 2
- 0
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) {


+ 6
- 0
stroll.html Прегледај датотеку

@@ -8,6 +8,12 @@
<script src="recursive-macro.js"></script>
<script src="recursive-desc.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>
<body class="light">
<div class="game-area">


+ 3
- 3
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 {


Loading…
Откажи
Сачувај