Skip to content

Instantly share code, notes, and snippets.

@andreyvital
Created October 12, 2015 17:43
Show Gist options
  • Save andreyvital/0022324856edf8696a3c to your computer and use it in GitHub Desktop.
Save andreyvital/0022324856edf8696a3c to your computer and use it in GitHub Desktop.
body {
font-size: 14px;
white-space: pre !important;
font-family: Monaco, Consolas, monospace;
}
.status, .toolbox { display: none; }
.property { font-weight: bold; }
.type-null { color: #2aa198; }
.type-boolean { color: #b58900; }
.type-number { color: #d33682; }
.type-string { color: #2aa198; }
a { color: #268bd2; }
.callback-function { color: #cb4b16; }
.collapser:after {
content: '-';
color: #586e75;
font-weight: bold;
}
.collapsed > .collapser:after {
content: '+';
color: #586e75;
font-weight: bold;
}
.ellipsis:after {
content: "\2026";
}
.collapsible { margin-left: 2em; }
.hoverable {
padding: 1px 2px 1px 2px;
border-radius: 2px;
}
.collapser {
padding-right: 10px;
padding-left: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment