I am trying to set the color of accepted-answer box on Cross Validated SE exactly equal (or close) to Stack Overflow. I think SO's style is easier to visualize.
The problem is that I am not being able to change the color of the 'Normal distribution' that circumscribes the number of answers on the question. See picture below.
I have tried to hover the mouse over the format and inspect the element to visualize the part of the code that changes this feature, but I did not get it.
I am using Stylish on Chrome and what I have got so far is:
.answered-accepted {
background-color: rgb(117, 132, 92) !important;
color: #e1e818
}
How can one change that background color?
If it was me, I'd just forget that "Normal distribution" graphic and set the whole background:
But, if you really want to change that graphic, do the following:
Crop and edit the image:
Upload the image to your server or Base-64 encode it.
The new CSS: