diff --git a/style.css b/style.css index 6f41eb7..ecc7e17 100644 --- a/style.css +++ b/style.css @@ -59,6 +59,33 @@ html, body { border-top: 2px solid var(--wp--preset--color--background); } +.wp-site-blocks h2.blog-post-heading { + border-top: none; +} + +.wp-site-blocks h2.blog-post-heading::before { + content: "##"; + border-bottom: none; + border-right: none; + width: 4ch; + margin-right: 0; + height: revert; + border-top: none; + font-family: monospace; + margin-inline-end: .3em; + letter-spacing: 2px; +} + +.wp-site-blocks h2.blog-post-heading::after { + content: none; + border-bottom: none; + flex-grow: 1; + margin-left: 0; + height: revert; + border-left: none; + border-top: none; +} + .home .wp-site-blocks ul { list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png'); }