Skip to content

Commit

Permalink
Improve OAS 3.1 dark mode contrast(#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswen committed Mar 25, 2024
1 parent 06b23de commit 92add9c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -839,3 +839,11 @@ font, html { color: #bfbfbf; }
.json-schema-2020-12__attribute {
color: #c2c2e0 !important;
}

.swagger-ui .opblock-control-arrow svg {
fill: #c2c2e0;
}

.json-schema-2020-12-accordion__icon svg {
fill: #c2c2e0;
}

0 comments on commit 92add9c

Please sign in to comment.