fix: highlight json keys using different color (#1287)

This commit is contained in:
Barış 2020-07-25 19:52:27 +03:00 committed by GitHub
parent 93d8f46cfe
commit c9596d4b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,9 +82,9 @@ export const PrismDiv = styled.div`
}
}
/* .property.token.string {
.token.property.string {
color: white;
} */
}
.token.operator,
.token.entity,