Skip to content

Commit 92add9c

Browse files
committed
Improve OAS 3.1 dark mode contrast(#22)
1 parent 06b23de commit 92add9c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mkdocs_swagger_ui_tag/swagger-ui/stylesheets/swagger-ui-dark.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,3 +839,11 @@ font, html { color: #bfbfbf; }
839839
.json-schema-2020-12__attribute {
840840
color: #c2c2e0 !important;
841841
}
842+
843+
.swagger-ui .opblock-control-arrow svg {
844+
fill: #c2c2e0;
845+
}
846+
847+
.json-schema-2020-12-accordion__icon svg {
848+
fill: #c2c2e0;
849+
}

0 commit comments

Comments
 (0)