High contrast mode – image background
-
Hi, when an image is displayed with High contrast mode, the image background is set like this:
@media screen {
img {
background: #808080 !important;
background-color: #808080 !important;
}
}If the image is transparent, this can result in the contrast being less than if the image background was set to the standard colour of black. I was wondering what the rationale for this is, as I assume there must be a benefit?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.