>>683
```
/*アクティブタブの背景と文字色*/
#threadPane .tab {
&.active {
background: 色;
color: 色;
}
}
#boardPane .tab {
&.active {
background: 色;
color: 色;
}
}
```