kill-the-newsletter/static/styles.css

30 lines
344 B
CSS
Raw Normal View History

2020-03-18 05:26:41 +01:00
body {
2020-04-16 15:55:00 +02:00
font-family: "PT Sans", sans-serif;
2020-03-18 05:26:41 +01:00
line-height: 1.5;
2020-04-16 15:55:00 +02:00
text-align: center;
margin: 2em 0;
2020-03-18 05:26:41 +01:00
}
a {
color: black;
2020-04-16 15:55:00 +02:00
text-decoration: none;
2020-03-18 05:26:41 +01:00
}
code {
2020-04-16 15:55:00 +02:00
font-family: "PT Mono", monospace;
2020-03-18 05:26:41 +01:00
}
h1 {
font-size: 1.5em;
}
footer {
font-size: 0.875em;
}
2020-04-16 15:55:00 +02:00
input {
2020-03-18 05:26:41 +01:00
border: 1px solid #dfdfdf;
border-radius: 3px;
padding: 0.25em;
}