>>875
// タブバーの背景色
.board-tabs, .thread-tabs{ background: rgb(240, 240, 240); }
// タブの背景色
span.tab{ background: inherit; }
// アクティブなタブの背景色
span.tab.active { background: rgb(255, 255, 255); }