Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
ran · 3807 days ago · link · · parent · post: As someone with limited color vision, the color of shared post hubwheel and not-shared are very hard to distinguish
If you use a Webkit browser (Safari, Chrome or Epiphany), you can also use hue-rotate to swap the colors without using your own image. This will turn the clicked wheel into a purple color, for example:
As far as I know, this is unsupported in Gecko as of now, so there's no equivalent `-moz-filter` property for Firefox. -webkit-filter: hue-rotate(90deg);