08/07/19 20:11:23 b0uSq4hN0
>>404
そういうことならテーマをわざわざ変える必要はない。
未読の背景の色を変更するならこういうのとか
#threadTree treechildren::-moz-tree-cell {
background-color: #fff !important;
}
#threadTree treechildren::-moz-tree-cell(unread) {
background-color: #fcc !important;
}
StylishかuserChrome.cssに上記のコードを記述すればよい。