I’ve got a CSS file which provides some styles, but one of them really sucks (the <code> tag styling). I’d like to eliminate it, possibly through JavaScript. Is there a quick way to do this?
Edit: These elements don’t need styling, and I don’t need to replace the existing styling, I just need to get rid of it.
I ended up just altering the stylesheet and hosting a copy. Not ideal, but functional.