You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
349 B
CSS

4 months ago
main.posts h2 {
margin: 1.5em 0 0 0;
font-size: 1.5rem;
color: var(--highlight-fg-color);
}
4 months ago
main.posts article {
4 months ago
margin: 2rem 0;
}
4 months ago
main.posts article>div {
line-height: 2;
}
4 months ago
4 months ago
main.posts article>p {
line-height: 1.4;
}
4 months ago
main.posts article>time,
4 months ago
main.posts article>div>a.external,
main.posts article>div>.reading-time {
color: gray;
}