Created
July 22, 2019 10:44
-
-
Save lnmunhoz/21df6de6e2e377760fe44b2674fa6a23 to your computer and use it in GitHub Desktop.
GraphiQL with Explorer Tab in Dark Mode
This file contains 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
.graphiql-container { | |
height: 100vh; | |
width: 100vw; | |
} | |
.graphiql-container .topBar, | |
.graphiql-container .docExplorerShow, | |
.graphiql-container .execute-button { | |
background: linear-gradient(#e2e2e2, #f7f7f7); | |
} | |
.graphiql-container:nth-child(1), | |
.CodeMirror-hints-wrapper { | |
filter: invert(95%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment