kill-the-newsletter/static/styles.css

30 lines
344 B
CSS

body {
font-family: "PT Sans", sans-serif;
line-height: 1.5;
text-align: center;
margin: 2em 0;
}
a {
color: black;
text-decoration: none;
}
code {
font-family: "PT Mono", monospace;
}
h1 {
font-size: 1.5em;
}
footer {
font-size: 0.875em;
}
input {
border: 1px solid #dfdfdf;
border-radius: 3px;
padding: 0.25em;
}