Skip to content

Instantly share code, notes, and snippets.

@kidpollo
Created September 30, 2014 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidpollo/1a8a1826a501f499cda7 to your computer and use it in GitHub Desktop.
Save kidpollo/1a8a1826a501f499cda7 to your computer and use it in GitHub Desktop.
body {
background: #1B1B1B;
color: #BEBEBE;
white-space: pre;
font-family: "Inconsolata", monospace;
}
a {
color: #7BAFC2;
}
.property {
color: #BEBEBE;
}
.type-null {
color: #A16846;
}
.type-boolean {
color: #DC9657;
}
.type-number {
color: #A1B56C;
}
.type-string {
color: #86C0B8;
}
.callback-function {
color: #AB4642;
}
.collapser:after {
content: "-";
}
.collapsed > .collapser:after {
content: "+";
}
.ellipsis:after {
content: " … ";
}
.collapsible {
margin-left: 2em;
}
.hoverable {
padding-top: 1px;
padding-bottom: 1px;
padding-left: 2px;
padding-right: 2px;
border-radius: 2px;
}
.hovered {
background-color: #2B2B2B;
}
.collapser {
padding-right: 6px;
padding-left: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment