plibither8 / refined-hacker-news

✨ Hacker News, but refined — Interface tweaks and features to make the HN experience better
MIT License
808 stars 34 forks source link

Hover style for vote arrows #132

Open gregmac opened 1 year ago

gregmac commented 1 year ago

Minor tweak: make the vote arrows change color on hover, since they're a small target.

image

This is very subtle, but changes the color of the arrow image to be #888888 which is same as the hover color of the "clickable indent" bar:

.votearrow:hover { filter: brightness(89%); }

I'd contribute as a PR but I'm not sure where to place it, or if this can just be a default vs optional feature.