main.cssですが、板のスレッド一覧の背景色の指定でal、cursorが反映されないのですがどう修正すればいいでしょうか
/* 開いているスレッドの背景に色を付ける */
.bcon.bc.al {
background-color: rgba(80, 126, 164, 0.2);
}
/* 選択カーソルの背景に色を付ける */
.bcon.bc.cursor {
background-color: rgba(233, 228, 212, 0.2);
}