Browse Source

Log area has a bit of a tint now

tags/v0.7.0
Fen Dweller 7 years ago
parent
commit
526c3a082f
1 changed files with 10 additions and 2 deletions
  1. +10
    -2
      style.css

+ 10
- 2
style.css View File

@@ -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…
Cancel
Save