Skip to content

Commit

Permalink
fixed color contrast issue in code blocks in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaylyn-Barbee committed Aug 8, 2024
1 parent dac286c commit 3e6d3b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/styles/vs-prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

.token.class-name,
.language-json .token.property {
color: #2B91AF;
color: #247b95;
}

.token.tag,
Expand Down Expand Up @@ -155,7 +155,7 @@
}

.line-numbers .line-numbers-rows > span:before {
color: #2B91AF;
color: #247b95;
}

/* overrides color-values for the Line Highlight plugin
Expand Down

0 comments on commit 3e6d3b4

Please sign in to comment.