urbit/pub/paste/main.css
C. Guy Yarvin a0a2cdf64f Revert "Cleanup commit #1; revert this when ready to merge."
This reverts commit c12823babc63665e30fe4e3935ccda80601d6cf8.
2016-01-25 16:49:09 -08:00

42 lines
450 B
CSS

body {
font-family: 'bau';
margin: 4rem;
width: 48rem;
}
hr {
width: 8rem;
height: .2rem;
background-color: #ccc;
margin: 3rem 0;
border: 0;
}
button,
textarea {
outline: none;
}
button {
margin-left: 1rem;
}
textarea {
width: 100%;
min-height: 12rem;
border: 0;
background-color: #eaeaea;
}
select {
border: 3px solid transparent;
}
.err {
border: 3px solid red;
}
a {
font-family: 'scp';
color: inherit;
}