PrismHighlight/overrides.css

5 lines
121 B
CSS
Raw Normal View History

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