소스 검색

Reset to dark gray

tags/v0.7.0
Fen Dweller 8 년 전
부모
커밋
b94646c34c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      style.css

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


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