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 Feb 29, 2024
1 parent 6531cfa commit 35aef8a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -831,3 +831,11 @@ font, html { color: #bfbfbf; }
linear-gradient(270deg, #696969 30%, rgba(0, 0, 0, 0) 31%);
background-color: #b6b6b6;
}

.json-schema-2020-12__title {
color: #e9ebfc !important;
}

.json-schema-2020-12__attribute {
color: #c2c2e0 !important;
}

0 comments on commit 35aef8a

Please sign in to comment.