This is the code I put in the CSS stylesheet:
.highlight {
color:white;
background-color: black;
}
But when I put this in a passage:
<span class="highlight">text</span>
There is white text on a black background, but the white text is italicised. I tried this on a new game and the same thing occurs. How can I get unitalicised white text on a black background?