>>364
下記をuser.scssに追加
カーソルがあるときの背景色はそのままにしてある
```
#boardPane .bcon:not(.cursor).al {
background-color: inherit;
}
```