graphql-introspector/src/styles.styl

26 lines
350 B
Stylus

#app
background #111
color #fff
font-family Iosevka, monospace
display flex
flex-direction column
justify-content space-between
min-height 100vh
a
color #0af
h1, h2, h3, h4, h5, h6
font-weight 400
input, select, button
font inherit
border 0
background #333
border-radius 0.25em
*
box-sizing border-box
margin 0
padding 0