Skip to content

Commit 35aef8a

Browse files
committed
Improve OAS 3.1 dark mode contrast(#22)
1 parent 6531cfa commit 35aef8a

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
@@ -831,3 +831,11 @@ font, html { color: #bfbfbf; }
831831
linear-gradient(270deg, #696969 30%, rgba(0, 0, 0, 0) 31%);
832832
background-color: #b6b6b6;
833833
}
834+
835+
.json-schema-2020-12__title {
836+
color: #e9ebfc !important;
837+
}
838+
839+
.json-schema-2020-12__attribute {
840+
color: #c2c2e0 !important;
841+
}

0 commit comments

Comments
 (0)