code BBcode is colored yellow

The BBcode "code" is colored yellow. Here's an example:

I reported that when connecting our Vanilla account to Facebook, we get this error:
{
"error": {
"message": "Missing client_id parameter.",
"type": "OAuthException",
"code": 101
}
}

Since it's technically a code, I used the code BBcode, see below:
{
   "error": {
      "message": "Missing client_id parameter.",
      "type": "OAuthException",
      "code": 101
   }
}

The CSS for the said BBcode was left as-is, which was designed for a white background forums.

^_^

Categories