We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44fb045 + 7c76d95 commit f274087Copy full SHA for f274087
src/json-viewer.css
@@ -15,22 +15,25 @@
15
display: none;
16
}
17
18
-.json-viewer ul li .type-string,
19
-.json-viewer ul li .type-date {
+.json-viewer .type-string {
20
color: #0B7500;
21
22
23
-.json-viewer ul li .type-boolean {
+.json-viewer .type-date {
+ color: #CB7500;
24
+}
25
+
26
+.json-viewer .type-boolean {
27
color: #1A01CC;
28
font-weight: bold;
29
30
-.json-viewer ul li .type-number {
31
+.json-viewer .type-number {
32
33
34
-.json-viewer ul li .type-null {
- color: red;
35
+.json-viewer .type-null, .json-viewer .type-undefined {
36
+ color: #90a;
37
38
39
.json-viewer a.list-link {
0 commit comments