We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor tweak: make the vote arrows change color on hover, since they're a small target.
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:
#888888
.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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Minor tweak: make the vote arrows change color on hover, since they're a small target.
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: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.
The text was updated successfully, but these errors were encountered: