Need to use the non-minified CSS and remove this rule.
Fixed and deployed to docbuilder. This was already commented out, but I set the background-color and color values in pressgang.css to override anything in the bootstrap css file.
Failing this as the change applied only affects elements that use the "code" class. The problem here is that the <code> element is having the bootstrap style applied.
Changed rule to match the element, not the class. Use the presszilla_fixes branch to test.
Verified that this works for the current brands used. However if a brand were to set something like: code { color: blue; } then it will not be applied due to the important inherit rule. Anyways since we have opened BZ#1113314 to deal with this properly I'm happy to move this to VERIFIED as an interim solution. I'll leave this decision up to Matt though in-case he want's to change it.