diff --git a/public/css/index.css b/public/css/index.css index f06eaed..a482027 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -796,16 +796,15 @@ h2 + .header-anchor { article.post { grid-column: 1 / span 12; container: article / inline-size; + /* Add fleuron after last

in article */ + > p:not(blockquote > p):last-child:after { + content: "\2766"; + display: inline; + font-size: var(--step-1); + } } -/* Adds fleuron to article end */ -article.post > p:not(blockquote > p):last-child:after { - content: "\2766"; - display: inline; - font-size: var(--step-1); -} - -/* Adds fleuron to article end when footnotes are present */ +/* Add fleuron after

in article when footnotes are present */ p:has(+ hr.footnotes-sep):after { content: "\2766"; display: inline;