Skip to content

Commit

Permalink
fix: highlight json keys using different color (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
barisdigi committed Jul 25, 2020
1 parent 93d8f46 commit c9596d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common-elements/PrismDiv.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ export const PrismDiv = styled.div`
}
}
/* .property.token.string {
.token.property.string {
color: white;
} */
}
.token.operator,
.token.entity,
Expand Down

0 comments on commit c9596d4

Please sign in to comment.