Skip to content

Commit

Permalink
Merge pull request #2 from anonyco/master
Browse files Browse the repository at this point in the history
Many Fixes, Features, Performance, And Fewer Lines
  • Loading branch information
LorDOniX authored Feb 28, 2020
2 parents 44fb045 + 7c76d95 commit f274087
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 198 deletions.
15 changes: 9 additions & 6 deletions src/json-viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,25 @@
display: none;
}

.json-viewer ul li .type-string,
.json-viewer ul li .type-date {
.json-viewer .type-string {
color: #0B7500;
}

.json-viewer ul li .type-boolean {
.json-viewer .type-date {
color: #CB7500;
}

.json-viewer .type-boolean {
color: #1A01CC;
font-weight: bold;
}

.json-viewer ul li .type-number {
.json-viewer .type-number {
color: #1A01CC;
}

.json-viewer ul li .type-null {
color: red;
.json-viewer .type-null, .json-viewer .type-undefined {
color: #90a;
}

.json-viewer a.list-link {
Expand Down
Loading

0 comments on commit f274087

Please sign in to comment.