2020-03-18 05:26:41 +01:00
|
|
|
body {
|
2020-10-31 12:43:57 +01:00
|
|
|
line-height: 1.5;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
|
|
|
|
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
2020-04-16 15:55:00 +02:00
|
|
|
text-align: center;
|
2020-05-05 08:12:57 +02:00
|
|
|
padding: 0 1em;
|
2020-04-16 15:55:00 +02:00
|
|
|
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-10-31 12:43:57 +01:00
|
|
|
font-family: Menlo, Monaco, "Courier New", monospace;
|
2020-03-18 05:26:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
2020-12-17 18:24:10 +01:00
|
|
|
font-size: 0.875em;
|
2020-03-18 05:26:41 +01:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|