瀏覽代碼

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 {


Loading…
取消
儲存