.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; } .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; }