mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 00:26:34 +03:00
fix: highlight json keys using different color (#1287)
This commit is contained in:
parent
93d8f46cfe
commit
c9596d4b6c
|
@ -82,9 +82,9 @@ export const PrismDiv = styled.div`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .property.token.string {
|
.token.property.string {
|
||||||
color: white;
|
color: white;
|
||||||
} */
|
}
|
||||||
|
|
||||||
.token.operator,
|
.token.operator,
|
||||||
.token.entity,
|
.token.entity,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user