PrismHighlight/overrides.css

5 lines
121 B
CSS

/* Stop Mediawiki from changing the background of code tags */
@media screen{
code{ background: inherit !important;}
}