소스 검색

Log area has a bit of a tint now

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

+ 10
- 2
style.css 파일 보기

@@ -70,14 +70,22 @@ body.light #log {
height: 900px;
overflow: auto;
color: #000;
background-color: #fff;
background-color: #e7e7e7;
}

body.light #log div {
background-color: #e7e7e7;
}

body.dark #log {
height: 900px;
overflow: auto;
color: #eee;
background-color: #111;
background-color: #151515;
}

body.dark #log div {
background-color: #151515;
}

.stat-header-self {


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