2023-06-22 07:17:16 +00:00
|
|
|
article {
|
|
|
|
background-color: var(--background-color-2);
|
2023-07-22 18:45:42 +00:00
|
|
|
padding: 0.5em 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
article h1 {
|
|
|
|
margin-top: 0;
|
|
|
|
font-size: xx-large;
|
2023-06-22 07:17:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
figure {
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-size: x-small;
|
|
|
|
}
|