Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Hard to read foreground color in Swagger documentation

erockx
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 14, 2017

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:

Open API plugin screen shot.png

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events