The response descriptions are extremely hard to read against the background color. Here's the CSS changing the foreground color.
body, p, table, tr, td, .bodytext, .stepfield, .wiki-content p, .panelContent {
color: #333;
}
Adding something like this to the add-on CSS should solve the problem:
.swagger-ui .response-col_description p {
color: fff;
}
Here's a screen shot of what the problem looks like:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.