redesign headings on blog posts page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-08-25 20:33:57 +05:00
parent 16b13ba39e
commit 37d483dfd2
1 changed files with 27 additions and 0 deletions

View File

@ -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');
}