>>349
```
#boardPane .bcon.bc {
/* 開いているスレッドの背景に色を付ける */
&.al {
background-color: rgba(80, 126, 164, 0.2);
}
/* 選択カーソルの背景に色を付ける */
&.cursor {
background-color: rgba(233, 228, 212, 0.2);
}
```