>>247
> 新着レスのライン表示のラインの太さ
```
.markline-overlay { height: 10px; }
```

> 新着レスにつく●の色
```
.rcon.newly::before { background: lime; }
```