Skip to content

Instantly share code, notes, and snippets.

@lnmunhoz
Created July 22, 2019 10:44
Show Gist options
  • Save lnmunhoz/21df6de6e2e377760fe44b2674fa6a23 to your computer and use it in GitHub Desktop.
Save lnmunhoz/21df6de6e2e377760fe44b2674fa6a23 to your computer and use it in GitHub Desktop.
GraphiQL with Explorer Tab in Dark Mode
.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