Until yesterday, I was able to modify the background color of a Wikipedia page
with a style sheet containing the following:
body {
background-color: rgb(68, 68, 68) !important;
color: rgb(204, 204, 204) !important;
}
The line for color still works, but the line for background-color does not.
Can someone explain what changed and what I have to do now to change the
background color?
Thanks.