소스 검색

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 {


불러오는 중...
취소
저장