Comment on Show HN: I built a Hacker News userscript to make this site more legibleComments−jibbers3yI just made my own CSS for this site, too! I'm most proud of replacing those upvote arrow images with a Unicode glyph..votearrow { background: none; } .votearrow:after { content: "\25B2"; position: relative; display: block; line-height: 0.9; color: rgb(154, 154, 154); font-size: 12px; }https://github.com/dillonjohnbrown/user-styles/blob/main/hac...
Comments
I just made my own CSS for this site, too! I'm most proud of replacing those upvote arrow images with a Unicode glyph.
.votearrow { background: none; } .votearrow:after { content: "\25B2"; position: relative; display: block; line-height: 0.9; color: rgb(154, 154, 154); font-size: 12px; }
https://github.com/dillonjohnbrown/user-styles/blob/main/hac...