Topic: Add To / Remove From Set, Background color change

Posted under Site Bug Reports & Feature Requests

Can this please get reverted, or turned into a toggleable setting.
It's painful to look at.

are you asking to remove the background color change when changing the mode? or are you just confused why you're not in normal view mode?

if you're stuck in the wrong mode there's a dropdown menu change it to "View". it's directly under the search bar on desktop, bottom of the posts page on mobile.

sipothac said:
are you asking to remove the background color change when changing the mode? or are you just confused why you're not in normal view mode?

if you're stuck in the wrong mode there's a dropdown menu change it to "View". it's directly under the search bar on desktop, bottom of the posts page on mobile.

It seems the "Add to set" background color was changed to orange and the "Remove From Set" color was changed to a slightly darker variant (brown). They're asking to revert this change or make it optional. I'll admit, it's not be the most pleasant color choice, though I'm not sure if other choices would get confusing with different themes. It's also not something I use often anyways, so it doesn't really affect me.

Updated

crocogator said:
It seems the "Add to set" background color was changed to orange and the "Remove From Set" color was changed to a slightly darker variant (brown). They're asking to revert this change or make it optional.

I mean, in that case, it kinda _is_ optional, since there's custom CSS.
everything is optional with custom CSS!

#page[data-mode-menu=add-to-set] { background-color: #XXXXXX; }
#page[data-mode-menu=remove-from-set] { background-color: #XXXXXX; }

crocogator said:
It seems the "Add to set" background color was changed to orange and the "Remove From Set" color was changed to a slightly darker variant (brown). They're asking to revert this change or make it optional. I'll admit, it's not be the most pleasant color choice, though I'm not sure if other choices would get confusing with different themes. It's also not something I use often anyways, so it doesn't really affect me.

Add to Favorites and Unfavorite had background colors added as well, both different shades of green. As far as I can guess, this was done to improve color blindness visibility? It would still be more appropriate for both "add" modes to be colored green

  • 1