body .newsPost .content { color: #ffffff; } .forumTable .newsPost .line-container .line { border: 1px solid #131313; } .forumTable .newsPost .line-container .line:nth-child(odd) .item-header a { color: #fcf4bb; } .forumTable .newsPost .line-container .line:nth-child(even) .item-header a { color: #3673d4; } .forumTable .newsPost .item-rarity-rare { color: #d79304; } .forumTable .newsPost .item-rarity-uncommon { color: #86cae7; } .forumTable .newsPost .item-rarity-common { color: #c4c0c3; } ... Read more