urbit/pub/paste/main.css
Galen Wolfe-Pauly 104ed8b280 pastie
2015-10-20 16:44:39 -07: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;
}