graphql-introspector/src/styles.styl

30 lines
355 B
Stylus
Raw Permalink Normal View History

2020-04-03 12:50:27 -05:00
html, body
2020-02-21 14:40:32 -06:00
background #111
color #fff
2020-04-03 12:50:27 -05:00
#app
font-family sans-serif
font-size 16px
line-height 1.6em
pre, code
font-family monospace
2020-02-21 14:40:32 -06:00
a
color #0af
h1, h2, h3, h4, h5, h6
font-weight 400
input, select, button
font inherit
2020-04-03 12:50:27 -05:00
color inherit
2020-02-21 14:40:32 -06:00
border 0
background #333
border-radius 0.25em
*
box-sizing border-box
margin 0
padding 0