gistea/static/css/gistea.css

11 lines
194 B
CSS

.form-input {
border-radius: 10px;
margin: 1em 0;
}
.form-head {
border: black solid thin;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding: 0 1em;
}