Skip to content

Commit

Permalink
Closes graphql#16
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Sep 22, 2017
1 parent cb2da84 commit fa4afa8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/styles/graphiql_light.css
Expand Up @@ -1348,9 +1348,12 @@ p:first-child ,
margin-bottom: -1px;
}

.graphiql-button, body .docs-graphiql .download-button {
letter-spacing: 0.53px !important;
}

.docs-graphiql .graphiql-button, body .docs-graphiql .download-button {
margin-top: 5px;
background: rgb(242,242,242) !important;
color: rgb(168,168,168) !important;
background: #E9EAEB !important;
color: rgba(15,32,45,0.4) !important;
}

0 comments on commit fa4afa8

Please sign in to comment.