/* ==UserStyle== @name no cristmas for hn @namespace github.com/openstyles/stylus @version 1.0.0 @description removes hn cristmas decorations @author anotheryou ==/UserStyle== */ @-moz-document domain("news.ycombinator.com") { /* Insert code here... */ .title .rank { color: rgb(128, 128, 128) !important; } #hnmain > tbody:first-of-type > tr:first-of-type > td { background-color: #ff6600 !important; } }