You can change your top bar color. Mine is not the standard, so I forgot they did something to the top bar. I only have the alternating colored numbers.
I had planned to spend Friday catching up on HN but after two minutes with these colors my eyes starting watering. Who decides to make these arbitrary changes?
I'm developing a hypothesis (which I will eventually describe in a Medium post) that these color changes and attempts at decoration coincide with certain days of the year, but I haven't quite worked out the pattern yet.
Merry Christmas HN. :)
/* ==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;
}
}