Skip to content

Instantly share code, notes, and snippets.

@SmetDenis
Last active June 3, 2020 11:54
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 SmetDenis/a1e9d4572131267c7fd412c12435d918 to your computer and use it in GitHub Desktop.
Save SmetDenis/a1e9d4572131267c7fd412c12435d918 to your computer and use it in GitHub Desktop.
body {
white-space: pre;
font-family: Consolas;
background-color: #333;
color: #fff;
}
.property {
font-weight: bold;
}
.type-null {
color: gray;
}
.type-boolean {
color: firebrick;
}
.type-number {
color: blue;
}
.type-string {
color: green;
}
.callback-function {
color: gray;
}
.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: #444;
}
.collapser {
padding-right: 6px;
padding-left: 6px;
}
a {
color: lightgreen;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment