Created
August 1, 2017 19:56
-
-
Save lucasengel/94b72e70238f4eb3cd90a50a3436f97d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background: #263238; | |
color : #89DDFF; | |
font: 14px/1.15 Hack; | |
white-space: pre; | |
} | |
a{ | |
color: #C3E88D; | |
} | |
.property { | |
color : #C792EA; | |
} | |
.type-null { | |
color: #F78C6C; | |
} | |
.type-boolean { | |
color: #F78C6C; | |
} | |
.type-number { | |
color: #F78C6C; | |
} | |
.type-string { | |
color: #C3E88D; | |
} | |
.collapser:after { | |
color: #FFCB6B; | |
content: "-"; | |
} | |
.collapsed > .collapser:after { | |
color: #FFCB6B; | |
content: "+"; | |
} | |
.ellipsis:after { | |
content: " … "; | |
} | |
.collapsible { | |
margin-left: 2em; | |
} | |
.hoverable { | |
border-radius: 2px; | |
outline : none; | |
padding-bottom: 1px; | |
padding-left: 2px; | |
padding-right: 2px; | |
padding-top: 1px; | |
} | |
.hovered { | |
background-color: rgba(255, 255, 255, 0.1); | |
} | |
.collapser { | |
padding-left: 6px; | |
padding-right: 6px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment