@use "themes" as *
body
padding: 20px
margin: 0
box-sizing: border-box
font-family: Menlo, Inconsolata, Consolas, Monaco, monospace
font-size: 18px
line-height: 1.45
min-height: 100vh
@include theme("background-color", "background")
@include theme("color", "text")
footer
font-size: 15px
margin: 40px 0
a
@include theme("color", "text-link")
code
@include theme("background", "background-highlight")
padding: 2px 4px
border-radius: 4px
input, button
font-size: 16px
font-family: inherit
padding: 6px
margin: 0px
@include theme("background", "background-field")
@include theme("color", "text-field")
input, textarea
border-radius: 3px
input
border: 1px solid
@include theme("border-color", "edge-field")
width: auto
min-width: auto
flex: 1
margin-left: 20px
textarea
width: 100%
height: 100px
resize: vertical
padding: 8px
font-size: 16px
@include theme("color", "text-field")
@include theme("background", "background-field")
border: 1px solid
@include theme("border-color", "edge-field")
fieldset
border: 1px solid
@include theme("border-color", "edge-fieldset")
padding: 0px 24px 24px
summary
cursor: pointer
label
display: flex
align-items: baseline
justify-content: space-between
margin: 16px 0
ul
@include theme("color", "text-dim")