tldr : Prevent Eyes From Striking! Add a colored background to the non-meta user page on accepted answers. Add 1 line of CSS to make the user page friendly looking like on the meta!


See the difference on the left -> main Ewww! and on the right -> meta Great!

enter image description here

How am I supposed to see the difference on the main page!

The problem could be solved with the following css on user profile page :

.answered-accepted {
    color: #4C9067; /* Which is already there on user page */
    background-color: #CDDFBF; /* Which is on the meta but not on main */
}

I'm normally not very picky when it comes downs to colors or stuff like that but, this is to me really hard to differentiate. I've been browsing on the mobile SO a lot lately and this is one of the thing that lowers my user experience!

On the user pages it's very hard to see the difference between answers/questions that have accepted answers and those who do not. The one with accepted appears in green and the other one in black. Well when the luminosity of your phone is not at the maximum or when you are outside or whatever else non-optimal condition it's nearly impossible to see the difference.

So I would be very happy to have the user profile page to look a bit more like the one in the full site or in mobile question page where you can easily see accepted questions/answer. So If one could add a green background to prevent my eyes from going on strike!

This question is kind of related to this one which was a similar request for the main site.


EDIT: Actually, I've just realized that this is only happening in non-meta sites. The meta sites are OK and have the correct CSS already. Thus, I re-tagged to bug since it's already correct in meta, and that probably it should have been too in the non-meta sites.

share|improve this question

You must log in to answer this question.

Browse other questions tagged