redesign headings on blog posts page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
16b13ba39e
commit
37d483dfd2
27
style.css
27
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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user