From c9596d4b6cd9dced9fdee77525e0da90960c562a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F?= Date: Sat, 25 Jul 2020 19:52:27 +0300 Subject: [PATCH] fix: highlight json keys using different color (#1287) --- src/common-elements/PrismDiv.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common-elements/PrismDiv.tsx b/src/common-elements/PrismDiv.tsx index c1cb6928..a7e9e422 100644 --- a/src/common-elements/PrismDiv.tsx +++ b/src/common-elements/PrismDiv.tsx @@ -82,9 +82,9 @@ export const PrismDiv = styled.div` } } - /* .property.token.string { + .token.property.string { color: white; - } */ + } .token.operator, .token.entity,