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.
ashen-earth/styles/post.module.css

54 lines
736 B
CSS

1 year ago
.post {
margin-top: min(80px, 15vw);
margin-bottom: 80px;
}
.post span:first-child {
font-style: italic;
opacity: .6;
}
.post h1 {
margin-top: var(--padding);
margin-bottom: calc( var(--padding) / 4);
}
.post h1 + p.subtitle {
margin-top: 0;
opacity: .8;
font-style: italic;
1 year ago
}
.post p a {
color: inherit;
}
.post blockquote {
margin-left: 0;
padding-left: 16px;
border-left: solid 4px currentcolor;
}
.post table {
border: none;
border-spacing: 0;
}
.post table td, .post table th {
padding: 8px;
}
.post table th {
border-bottom: solid 1px currentcolor;
}
hr.postFooter {
margin-top: calc(3 * var(--padding));
color: inherit;
opacity: .4;
}
.postFooter ~ ul li a {
color: inherit;
}