Skip to content

Commit

Permalink
fix colors in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Oct 6, 2024
1 parent 81df518 commit be27401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _css/plugin-swagger-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ span.schemes-title,
.swagger-ui .tab li,
.swagger-ui .response-col_status,
.swagger-ui .responses-inner h5,
.swagger-ui .responses-inner h4
.swagger-ui .responses-inner h4,
.swagger-ui .errors-wrapper .errors h4,
.swagger-ui .errors-wrapper hgroup h4
{
color: var(--base-color) !important;
}
Expand Down

0 comments on commit be27401

Please sign in to comment.