2023-07-22 19:05:05 +00:00
|
|
|
/* Adjust body and hr to make the page slightly wider if possible. */
|
|
|
|
body {
|
|
|
|
max-width: 70ch;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
max-width: 80ch;
|
2023-07-22 18:45:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
article h1 {
|
|
|
|
margin-top: 0;
|
|
|
|
font-size: xx-large;
|
2023-06-22 07:17:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
figure {
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
2023-07-22 19:05:05 +00:00
|
|
|
color: var(--code-color);
|
2023-06-22 07:17:16 +00:00
|
|
|
}
|